| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoMobileCheckoutPaymentResponseDetailsType |
Java class for DoMobileCheckoutPaymentResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoMobileCheckoutPaymentResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Custom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PayerInfo" type="{urn:ebay:apis:eBLBaseComponents}PayerInfoType"/>
<element name="PaymentInfo" type="{urn:ebay:apis:eBLBaseComponents}PaymentInfoType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| custom | |||||||||||
| invoiceID | |||||||||||
| payerInfo | |||||||||||
| paymentInfo | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the custom property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the payerInfo property.
| |||||||||||
Gets the value of the paymentInfo property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the payerInfo property.
| |||||||||||
Sets the value of the paymentInfo property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the custom property.
Gets the value of the invoiceID property.
Gets the value of the payerInfo property.
PayerInfoType
Gets the value of the paymentInfo property.
PaymentInfoType
Sets the value of the custom property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceID property.
| value | Allowed object is String |
|---|
Sets the value of the payerInfo property.
| value | Allowed object is
PayerInfoType
|
|---|
Sets the value of the paymentInfo property.
| value | Allowed object is
PaymentInfoType
|
|---|