| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.IncentiveDetailsType |
Information about the incentives that were applied from Ebay RYP page and PayPal RYP page.
Java class for IncentiveDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IncentiveDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UniqueIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SiteAppliedOn" type="{urn:ebay:apis:eBLBaseComponents}IncentiveSiteAppliedOnType" minOccurs="0"/>
<element name="TotalDiscountAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Status" type="{urn:ebay:apis:eBLBaseComponents}IncentiveAppliedStatusType" minOccurs="0"/>
<element name="ErrorCode" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="IncentiveAppliedDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveAppliedDetailsType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| errorCode | |||||||||||
| incentiveAppliedDetails | |||||||||||
| siteAppliedOn | |||||||||||
| status | |||||||||||
| totalDiscountAmount | |||||||||||
| uniqueIdentifier | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the errorCode property.
| |||||||||||
Gets the value of the incentiveAppliedDetails property.
| |||||||||||
Gets the value of the siteAppliedOn property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the totalDiscountAmount property.
| |||||||||||
Gets the value of the uniqueIdentifier property.
| |||||||||||
Sets the value of the errorCode property.
| |||||||||||
Sets the value of the siteAppliedOn property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the totalDiscountAmount property.
| |||||||||||
Sets the value of the uniqueIdentifier property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the errorCode property.
Gets the value of the incentiveAppliedDetails property.
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the incentiveAppliedDetails property.
For example, to add a new item, do as follows:
getIncentiveAppliedDetails().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveAppliedDetailsType
Gets the value of the siteAppliedOn property.
IncentiveSiteAppliedOnType
Gets the value of the status property.
IncentiveAppliedStatusType
Gets the value of the totalDiscountAmount property.
BasicAmountType
Gets the value of the uniqueIdentifier property.
Sets the value of the errorCode property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the siteAppliedOn property.
| value | Allowed object is
IncentiveSiteAppliedOnType
|
|---|
Sets the value of the status property.
| value | Allowed object is
IncentiveAppliedStatusType
|
|---|
Sets the value of the totalDiscountAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the uniqueIdentifier property.
| value | Allowed object is String |
|---|