| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveAppliedDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| discountAmount | |||||||||||
| externalTxnId | |||||||||||
| itemId | |||||||||||
| paymentRequestID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the discountAmount property.
| |||||||||||
Gets the value of the externalTxnId property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the paymentRequestID property.
| |||||||||||
Sets the value of the discountAmount property.
| |||||||||||
Sets the value of the externalTxnId property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the paymentRequestID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the discountAmount property.
BasicAmountType
Gets the value of the externalTxnId property.
Gets the value of the itemId property.
Gets the value of the paymentRequestID property.
Sets the value of the discountAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the externalTxnId property.
| value | Allowed object is String |
|---|
Sets the value of the itemId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentRequestID property.
| value | Allowed object is String |
|---|