| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoExpressCheckoutPaymentRequestDetailsType |
Java class for DoExpressCheckoutPaymentRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoExpressCheckoutPaymentRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="PaymentAction" type="{urn:ebay:apis:eBLBaseComponents}PaymentActionCodeType" minOccurs="0"/>
<element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/>
<element name="PayerID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType"/>
<element name="OrderURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentDetails" type="{urn:ebay:apis:eBLBaseComponents}PaymentDetailsType" maxOccurs="10" minOccurs="0"/>
<element name="PromoOverrideFlag" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PromoCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EnhancedData" type="{urn:ebay:apis:eBLBaseComponents}EnhancedDataType" minOccurs="0"/>
<element name="SoftDescriptor" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/>
<element name="GiftMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftReceiptEnable" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GiftWrapAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="BuyerMarketingEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyQuestion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SurveyChoiceSelected" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="ButtonSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SkipBACreation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buttonSource | |||||||||||
| buyerMarketingEmail | |||||||||||
| enhancedData | |||||||||||
| giftMessage | |||||||||||
| giftReceiptEnable | |||||||||||
| giftWrapAmount | |||||||||||
| giftWrapName | |||||||||||
| orderURL | |||||||||||
| payerID | |||||||||||
| paymentAction | |||||||||||
| paymentDetails | |||||||||||
| promoCode | |||||||||||
| promoOverrideFlag | |||||||||||
| skipBACreation | |||||||||||
| softDescriptor | |||||||||||
| surveyChoiceSelected | |||||||||||
| surveyQuestion | |||||||||||
| token | |||||||||||
| userSelectedOptions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buttonSource property.
| |||||||||||
Gets the value of the buyerMarketingEmail property.
| |||||||||||
Gets the value of the enhancedData property.
| |||||||||||
Gets the value of the giftMessage property.
| |||||||||||
Gets the value of the giftReceiptEnable property.
| |||||||||||
Gets the value of the giftWrapAmount property.
| |||||||||||
Gets the value of the giftWrapName property.
| |||||||||||
Gets the value of the orderURL property.
| |||||||||||
Gets the value of the payerID property.
| |||||||||||
Gets the value of the paymentAction property.
| |||||||||||
Gets the value of the paymentDetails property.
| |||||||||||
Gets the value of the promoCode property.
| |||||||||||
Gets the value of the promoOverrideFlag property.
| |||||||||||
Gets the value of the softDescriptor property.
| |||||||||||
Gets the value of the surveyChoiceSelected property.
| |||||||||||
Gets the value of the surveyQuestion property.
| |||||||||||
Gets the value of the token property.
| |||||||||||
Gets the value of the userSelectedOptions property.
| |||||||||||
Gets the value of the skipBACreation property.
| |||||||||||
Sets the value of the buttonSource property.
| |||||||||||
Sets the value of the buyerMarketingEmail property.
| |||||||||||
Sets the value of the enhancedData property.
| |||||||||||
Sets the value of the giftMessage property.
| |||||||||||
Sets the value of the giftReceiptEnable property.
| |||||||||||
Sets the value of the giftWrapAmount property.
| |||||||||||
Sets the value of the giftWrapName property.
| |||||||||||
Sets the value of the orderURL property.
| |||||||||||
Sets the value of the payerID property.
| |||||||||||
Sets the value of the paymentAction property.
| |||||||||||
Sets the value of the promoCode property.
| |||||||||||
Sets the value of the promoOverrideFlag property.
| |||||||||||
Sets the value of the skipBACreation property.
| |||||||||||
Sets the value of the softDescriptor property.
| |||||||||||
Sets the value of the surveyQuestion property.
| |||||||||||
Sets the value of the token property.
| |||||||||||
Sets the value of the userSelectedOptions property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buttonSource property.
Gets the value of the buyerMarketingEmail property.
Gets the value of the enhancedData property.
EnhancedDataType
Gets the value of the giftMessage property.
Gets the value of the giftReceiptEnable property.
Gets the value of the giftWrapAmount property.
BasicAmountType
Gets the value of the giftWrapName property.
Gets the value of the orderURL property.
Gets the value of the payerID property.
Gets the value of the paymentAction property.
PaymentActionCodeType
Gets the value of the paymentDetails 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 paymentDetails property.
For example, to add a new item, do as follows:
getPaymentDetails().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentDetailsType
Gets the value of the promoCode property.
Gets the value of the promoOverrideFlag property.
Gets the value of the softDescriptor property.
Gets the value of the surveyChoiceSelected 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 surveyChoiceSelected property.
For example, to add a new item, do as follows:
getSurveyChoiceSelected().add(newItem);
Objects of the following type(s) are allowed in the list String
Gets the value of the surveyQuestion property.
Gets the value of the token property.
Gets the value of the userSelectedOptions property.
UserSelectedOptionType
Gets the value of the skipBACreation property.
Sets the value of the buttonSource property.
| value | Allowed object is String |
|---|
Sets the value of the buyerMarketingEmail property.
| value | Allowed object is String |
|---|
Sets the value of the enhancedData property.
| value | Allowed object is
EnhancedDataType
|
|---|
Sets the value of the giftMessage property.
| value | Allowed object is String |
|---|
Sets the value of the giftReceiptEnable property.
| value | Allowed object is String |
|---|
Sets the value of the giftWrapAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the giftWrapName property.
| value | Allowed object is String |
|---|
Sets the value of the orderURL property.
| value | Allowed object is String |
|---|
Sets the value of the payerID property.
| value | Allowed object is String |
|---|
Sets the value of the paymentAction property.
| value | Allowed object is
PaymentActionCodeType
|
|---|
Sets the value of the promoCode property.
| value | Allowed object is String |
|---|
Sets the value of the promoOverrideFlag property.
| value | Allowed object is String |
|---|
Sets the value of the skipBACreation property.
| value | Allowed object is Boolean |
|---|
Sets the value of the softDescriptor property.
| value | Allowed object is String |
|---|
Sets the value of the surveyQuestion property.
| value | Allowed object is String |
|---|
Sets the value of the token property.
| value | Allowed object is String |
|---|
Sets the value of the userSelectedOptions property.
| value | Allowed object is
UserSelectedOptionType
|
|---|