| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.GetIncentiveEvaluationRequestDetailsType |
Java class for GetIncentiveEvaluationRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetIncentiveEvaluationRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ExternalBuyerId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="IncentiveCodes" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="1000" minOccurs="0"/>
<element name="ApplyIndication" type="{urn:ebay:apis:eBLBaseComponents}IncentiveApplyIndicationType" maxOccurs="1000" minOccurs="0"/>
<element name="Buckets" type="{urn:ebay:apis:eBLBaseComponents}IncentiveBucketType" maxOccurs="100" minOccurs="0"/>
<element name="CartTotalAmt" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="RequestDetails" type="{urn:ebay:apis:eBLBaseComponents}IncentiveRequestDetailsType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| applyIndication | |||||||||||
| buckets | |||||||||||
| cartTotalAmt | |||||||||||
| externalBuyerId | |||||||||||
| incentiveCodes | |||||||||||
| requestDetails | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the applyIndication property.
| |||||||||||
Gets the value of the buckets property.
| |||||||||||
Gets the value of the cartTotalAmt property.
| |||||||||||
Gets the value of the externalBuyerId property.
| |||||||||||
Gets the value of the incentiveCodes property.
| |||||||||||
Gets the value of the requestDetails property.
| |||||||||||
Sets the value of the cartTotalAmt property.
| |||||||||||
Sets the value of the externalBuyerId property.
| |||||||||||
Sets the value of the requestDetails property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the applyIndication 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 applyIndication property.
For example, to add a new item, do as follows:
getApplyIndication().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveApplyIndicationType
Gets the value of the buckets 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 buckets property.
For example, to add a new item, do as follows:
getBuckets().add(newItem);
Objects of the following type(s) are allowed in the list
IncentiveBucketType
Gets the value of the cartTotalAmt property.
BasicAmountType
Gets the value of the externalBuyerId property.
Gets the value of the incentiveCodes 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 incentiveCodes property.
For example, to add a new item, do as follows:
getIncentiveCodes().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the requestDetails property.
IncentiveRequestDetailsType
Sets the value of the cartTotalAmt property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the externalBuyerId property.
| value | Allowed object is String |
|---|
Sets the value of the requestDetails property.
| value | Allowed object is
IncentiveRequestDetailsType
|
|---|