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()
PaymentActionCodeType
public void setPaymentAction(PaymentActionCodeType value)
value
- the value
allowed object is
PaymentActionCodeType
public java.lang.String getToken()
String
public void setToken(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPayerID()
String
public void setPayerID(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getOrderURL()
String
public void setOrderURL(java.lang.String value)
value
- the value
allowed object is
String
public 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()
String
public void setPromoOverrideFlag(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getPromoCode()
String
public void setPromoCode(java.lang.String value)
value
- the value
allowed object is
String
public EnhancedDataType getEnhancedData()
EnhancedDataType
public void setEnhancedData(EnhancedDataType value)
value
- the value
allowed object is
EnhancedDataType
public java.lang.String getSoftDescriptor()
String
public void setSoftDescriptor(java.lang.String value)
value
- the value
allowed object is
String
public UserSelectedOptionType getUserSelectedOptions()
UserSelectedOptionType
public void setUserSelectedOptions(UserSelectedOptionType value)
value
- the value
allowed object is
UserSelectedOptionType
public java.lang.String getGiftMessage()
String
public void setGiftMessage(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftReceiptEnable()
String
public void setGiftReceiptEnable(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getGiftWrapName()
String
public void setGiftWrapName(java.lang.String value)
value
- the value
allowed object is
String
public BasicAmountType getGiftWrapAmount()
BasicAmountType
public void setGiftWrapAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getBuyerMarketingEmail()
String
public void setBuyerMarketingEmail(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getSurveyQuestion()
String
public void setSurveyQuestion(java.lang.String value)
value
- the value
allowed object is
String
public 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()
String
public void setButtonSource(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.Boolean isSkipBACreation()
Boolean
public void setSkipBACreation(java.lang.Boolean value)
value
- the value
allowed object is
Boolean
public 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.