| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SetMobileCheckoutRequestDetailsType |
Java class for SetMobileCheckoutRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetMobileCheckoutRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BuyerPhone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType" minOccurs="0"/>
<element name="ItemAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="Tax" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="Shipping" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ItemName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<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="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AddressDisplayOptions" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="SharePhone" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ShipToAddress" type="{urn:ebay:apis:eBLBaseComponents}AddressType" minOccurs="0"/>
<element name="BuyerEmail" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| addressDisplayOptions | |||||||||||
| buyerEmail | |||||||||||
| buyerPhone | |||||||||||
| cancelURL | |||||||||||
| custom | |||||||||||
| invoiceID | |||||||||||
| itemAmount | |||||||||||
| itemName | |||||||||||
| itemNumber | |||||||||||
| returnURL | |||||||||||
| sharePhone | |||||||||||
| shipToAddress | |||||||||||
| shipping | |||||||||||
| tax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the addressDisplayOptions property.
| |||||||||||
Gets the value of the buyerEmail property.
| |||||||||||
Gets the value of the buyerPhone property.
| |||||||||||
Gets the value of the cancelURL property.
| |||||||||||
Gets the value of the custom property.
| |||||||||||
Gets the value of the invoiceID property.
| |||||||||||
Gets the value of the itemAmount property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemNumber property.
| |||||||||||
Gets the value of the returnURL property.
| |||||||||||
Gets the value of the sharePhone property.
| |||||||||||
Gets the value of the shipToAddress property.
| |||||||||||
Gets the value of the shipping property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Sets the value of the addressDisplayOptions property.
| |||||||||||
Sets the value of the buyerEmail property.
| |||||||||||
Sets the value of the buyerPhone property.
| |||||||||||
Sets the value of the cancelURL property.
| |||||||||||
Sets the value of the custom property.
| |||||||||||
Sets the value of the invoiceID property.
| |||||||||||
Sets the value of the itemAmount property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemNumber property.
| |||||||||||
Sets the value of the returnURL property.
| |||||||||||
Sets the value of the sharePhone property.
| |||||||||||
Sets the value of the shipToAddress property.
| |||||||||||
Sets the value of the shipping property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the addressDisplayOptions property.
Gets the value of the buyerEmail property.
Gets the value of the buyerPhone property.
PhoneNumberType
Gets the value of the cancelURL property.
Gets the value of the custom property.
Gets the value of the invoiceID property.
Gets the value of the itemAmount property.
BasicAmountType
Gets the value of the itemName property.
Gets the value of the itemNumber property.
Gets the value of the returnURL property.
Gets the value of the sharePhone property.
Gets the value of the shipToAddress property.
AddressType
Gets the value of the shipping property.
BasicAmountType
Gets the value of the tax property.
BasicAmountType
Sets the value of the addressDisplayOptions property.
| value | Allowed object is Integer |
|---|
Sets the value of the buyerEmail property.
| value | Allowed object is String |
|---|
Sets the value of the buyerPhone property.
| value | Allowed object is
PhoneNumberType
|
|---|
Sets the value of the cancelURL property.
| value | Allowed object is String |
|---|
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 itemAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemNumber property.
| value | Allowed object is String |
|---|
Sets the value of the returnURL property.
| value | Allowed object is String |
|---|
Sets the value of the sharePhone property.
| value | Allowed object is Integer |
|---|
Sets the value of the shipToAddress property.
| value | Allowed object is
AddressType
|
|---|
Sets the value of the shipping property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the tax property.
| value | Allowed object is
BasicAmountType
|
|---|