public class DoExpressCheckoutPaymentRequestDetailsType
extends java.lang.Object
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"/>
<element name="CoupledBuckets" type="{urn:ebay:apis:eBLBaseComponents}CoupledBucketsType" maxOccurs="5" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
buttonSource |
protected java.lang.String |
buyerMarketingEmail |
protected java.util.List<CoupledBucketsType> |
coupledBuckets |
protected EnhancedDataType |
enhancedData |
protected java.lang.String |
giftMessage |
protected java.lang.String |
giftReceiptEnable |
protected BasicAmountType |
giftWrapAmount |
protected java.lang.String |
giftWrapName |
protected java.lang.String |
orderURL |
protected java.lang.String |
payerID |
protected PaymentActionCodeType |
paymentAction |
protected java.util.List<PaymentDetailsType> |
paymentDetails |
protected java.lang.String |
promoCode |
protected java.lang.String |
promoOverrideFlag |
protected java.lang.Boolean |
skipBACreation |
protected java.lang.String |
softDescriptor |
protected java.util.List<java.lang.String> |
surveyChoiceSelected |
protected java.lang.String |
surveyQuestion |
protected java.lang.String |
token |
protected UserSelectedOptionType |
userSelectedOptions |
| Constructor and Description |
|---|
DoExpressCheckoutPaymentRequestDetailsType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getButtonSource()
Gets the value of the buttonSource property.
|
java.lang.String |
getBuyerMarketingEmail()
Gets the value of the buyerMarketingEmail property.
|
java.util.List<CoupledBucketsType> |
getCoupledBuckets()
Gets the value of the coupledBuckets property.
|
EnhancedDataType |
getEnhancedData()
Gets the value of the enhancedData property.
|
java.lang.String |
getGiftMessage()
Gets the value of the giftMessage property.
|
java.lang.String |
getGiftReceiptEnable()
Gets the value of the giftReceiptEnable property.
|
BasicAmountType |
getGiftWrapAmount()
Gets the value of the giftWrapAmount property.
|
java.lang.String |
getGiftWrapName()
Gets the value of the giftWrapName property.
|
java.lang.String |
getOrderURL()
Gets the value of the orderURL property.
|
java.lang.String |
getPayerID()
Gets the value of the payerID property.
|
PaymentActionCodeType |
getPaymentAction()
Gets the value of the paymentAction property.
|
java.util.List<PaymentDetailsType> |
getPaymentDetails()
Gets the value of the paymentDetails property.
|
java.lang.String |
getPromoCode()
Gets the value of the promoCode property.
|
java.lang.String |
getPromoOverrideFlag()
Gets the value of the promoOverrideFlag property.
|
java.lang.String |
getSoftDescriptor()
Gets the value of the softDescriptor property.
|
java.util.List<java.lang.String> |
getSurveyChoiceSelected()
Gets the value of the surveyChoiceSelected property.
|
java.lang.String |
getSurveyQuestion()
Gets the value of the surveyQuestion property.
|
java.lang.String |
getToken()
Gets the value of the token property.
|
UserSelectedOptionType |
getUserSelectedOptions()
Gets the value of the userSelectedOptions property.
|
java.lang.Boolean |
isSkipBACreation()
Gets the value of the skipBACreation property.
|
void |
setButtonSource(java.lang.String value)
Sets the value of the buttonSource property.
|
void |
setBuyerMarketingEmail(java.lang.String value)
Sets the value of the buyerMarketingEmail property.
|
void |
setEnhancedData(EnhancedDataType value)
Sets the value of the enhancedData property.
|
void |
setGiftMessage(java.lang.String value)
Sets the value of the giftMessage property.
|
void |
setGiftReceiptEnable(java.lang.String value)
Sets the value of the giftReceiptEnable property.
|
void |
setGiftWrapAmount(BasicAmountType value)
Sets the value of the giftWrapAmount property.
|
void |
setGiftWrapName(java.lang.String value)
Sets the value of the giftWrapName property.
|
void |
setOrderURL(java.lang.String value)
Sets the value of the orderURL property.
|
void |
setPayerID(java.lang.String value)
Sets the value of the payerID property.
|
void |
setPaymentAction(PaymentActionCodeType value)
Sets the value of the paymentAction property.
|
void |
setPromoCode(java.lang.String value)
Sets the value of the promoCode property.
|
void |
setPromoOverrideFlag(java.lang.String value)
Sets the value of the promoOverrideFlag property.
|
void |
setSkipBACreation(java.lang.Boolean value)
Sets the value of the skipBACreation property.
|
void |
setSoftDescriptor(java.lang.String value)
Sets the value of the softDescriptor property.
|
void |
setSurveyQuestion(java.lang.String value)
Sets the value of the surveyQuestion property.
|
void |
setToken(java.lang.String value)
Sets the value of the token property.
|
void |
setUserSelectedOptions(UserSelectedOptionType value)
Sets the value of the userSelectedOptions property.
|
protected PaymentActionCodeType paymentAction
protected java.lang.String token
protected java.lang.String payerID
protected java.lang.String orderURL
protected java.util.List<PaymentDetailsType> paymentDetails
protected java.lang.String promoOverrideFlag
protected java.lang.String promoCode
protected EnhancedDataType enhancedData
protected java.lang.String softDescriptor
protected UserSelectedOptionType userSelectedOptions
protected java.lang.String giftMessage
protected java.lang.String giftReceiptEnable
protected java.lang.String giftWrapName
protected BasicAmountType giftWrapAmount
protected java.lang.String buyerMarketingEmail
protected java.lang.String surveyQuestion
protected java.util.List<java.lang.String> surveyChoiceSelected
protected java.lang.String buttonSource
protected java.lang.Boolean skipBACreation
protected java.util.List<CoupledBucketsType> coupledBuckets
public DoExpressCheckoutPaymentRequestDetailsType()
public PaymentActionCodeType getPaymentAction()
PaymentActionCodeTypepublic void setPaymentAction(PaymentActionCodeType value)
value - the value
allowed object is
PaymentActionCodeTypepublic java.lang.String getToken()
Stringpublic void setToken(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPayerID()
Stringpublic void setPayerID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getOrderURL()
Stringpublic void setOrderURL(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<PaymentDetailsType> getPaymentDetails()
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
public java.lang.String getPromoOverrideFlag()
Stringpublic void setPromoOverrideFlag(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getPromoCode()
Stringpublic void setPromoCode(java.lang.String value)
value - the value
allowed object is
Stringpublic EnhancedDataType getEnhancedData()
EnhancedDataTypepublic void setEnhancedData(EnhancedDataType value)
value - the value
allowed object is
EnhancedDataTypepublic java.lang.String getSoftDescriptor()
Stringpublic void setSoftDescriptor(java.lang.String value)
value - the value
allowed object is
Stringpublic UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionTypepublic void setUserSelectedOptions(UserSelectedOptionType value)
value - the value
allowed object is
UserSelectedOptionTypepublic java.lang.String getGiftMessage()
Stringpublic void setGiftMessage(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getGiftReceiptEnable()
Stringpublic void setGiftReceiptEnable(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getGiftWrapName()
Stringpublic void setGiftWrapName(java.lang.String value)
value - the value
allowed object is
Stringpublic BasicAmountType getGiftWrapAmount()
BasicAmountTypepublic void setGiftWrapAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getBuyerMarketingEmail()
Stringpublic void setBuyerMarketingEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getSurveyQuestion()
Stringpublic void setSurveyQuestion(java.lang.String value)
value - the value
allowed object is
Stringpublic java.util.List<java.lang.String> getSurveyChoiceSelected()
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
public java.lang.String getButtonSource()
Stringpublic void setButtonSource(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.Boolean isSkipBACreation()
Booleanpublic void setSkipBACreation(java.lang.Boolean value)
value - the value
allowed object is
Booleanpublic java.util.List<CoupledBucketsType> getCoupledBuckets()
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 coupledBuckets property.
For example, to add a new item, do as follows:
getCoupledBuckets().add(newItem);
Objects of the following type(s) are allowed in the list
CoupledBucketsType
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.