| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoExpressCheckoutPaymentResponseDetailsType |
Java class for DoExpressCheckoutPaymentResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoExpressCheckoutPaymentResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Token" type="{urn:ebay:apis:eBLBaseComponents}ExpressCheckoutTokenType"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType" maxOccurs="10" minOccurs="0"/>
<element name="BillingAgreementID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RedirectRequired" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SuccessPageRedirectRequested" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UserSelectedOptions" type="{urn:ebay:apis:eBLBaseComponents}UserSelectedOptionType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| billingAgreementID | |||||||||||
| note | |||||||||||
| paymentInfo | |||||||||||
| redirectRequired | |||||||||||
| successPageRedirectRequested | |||||||||||
| token | |||||||||||
| userSelectedOptions | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the billingAgreementID property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Gets the value of the redirectRequired property.
| |||||||||||
Gets the value of the successPageRedirectRequested property.
| |||||||||||
Gets the value of the token property.
| |||||||||||
Gets the value of the userSelectedOptions property.
| |||||||||||
Sets the value of the billingAgreementID property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the redirectRequired property.
| |||||||||||
Sets the value of the successPageRedirectRequested 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 billingAgreementID property.
Gets the value of the note property.
Gets the value of the paymentInfo 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 paymentInfo property.
For example, to add a new item, do as follows:
getPaymentInfo().add(newItem);
Objects of the following type(s) are allowed in the list
PaymentInfoType
Gets the value of the redirectRequired property.
Gets the value of the successPageRedirectRequested property.
Gets the value of the token property.
Gets the value of the userSelectedOptions property.
UserSelectedOptionType
Sets the value of the billingAgreementID property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the redirectRequired property.
| value | Allowed object is String |
|---|
Sets the value of the successPageRedirectRequested 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
|
|---|