public class

IncentiveAppliedDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.IncentiveAppliedDetailsType

Class Overview

Details of incentive application on individual bucket/item.

Java class for IncentiveAppliedDetailsType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="IncentiveAppliedDetailsType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PaymentRequestID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ExternalTxnId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="DiscountAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected BasicAmountType discountAmount
protected String externalTxnId
protected String itemId
protected String paymentRequestID
Public Constructors
IncentiveAppliedDetailsType()
Public Methods
BasicAmountType getDiscountAmount()
Gets the value of the discountAmount property.
String getExternalTxnId()
Gets the value of the externalTxnId property.
String getItemId()
Gets the value of the itemId property.
String getPaymentRequestID()
Gets the value of the paymentRequestID property.
void setDiscountAmount(BasicAmountType value)
Sets the value of the discountAmount property.
void setExternalTxnId(String value)
Sets the value of the externalTxnId property.
void setItemId(String value)
Sets the value of the itemId property.
void setPaymentRequestID(String value)
Sets the value of the paymentRequestID property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType discountAmount

protected String externalTxnId

protected String itemId

protected String paymentRequestID

Public Constructors

public IncentiveAppliedDetailsType ()

Public Methods

public BasicAmountType getDiscountAmount ()

Gets the value of the discountAmount property.

Returns

public String getExternalTxnId ()

Gets the value of the externalTxnId property.

Returns
  • possible object is String

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public String getPaymentRequestID ()

Gets the value of the paymentRequestID property.

Returns
  • possible object is String

public void setDiscountAmount (BasicAmountType value)

Sets the value of the discountAmount property.

Parameters
value Allowed object is BasicAmountType

public void setExternalTxnId (String value)

Sets the value of the externalTxnId property.

Parameters
value Allowed object is String

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setPaymentRequestID (String value)

Sets the value of the paymentRequestID property.

Parameters
value Allowed object is String