| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.SetEbayMobileCheckoutRequestDetailsType |
Java class for SetEbayMobileCheckoutRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SetEbayMobileCheckoutRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CheckoutType" type="{urn:ebay:apis:eBLBaseComponents}EbayCheckoutType"/>
<element name="ItemId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SiteId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="BuyerId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ClientType" type="{urn:ebay:apis:eBLBaseComponents}DyneticClientType"/>
<element name="BuyerPhone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType" minOccurs="0"/>
<element name="ReturnURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CancelURL" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Quantity" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ItemAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| buyerId | |||||||||||
| buyerPhone | |||||||||||
| cancelURL | |||||||||||
| checkoutType | |||||||||||
| clientType | |||||||||||
| itemAmount | |||||||||||
| itemId | |||||||||||
| quantity | |||||||||||
| returnURL | |||||||||||
| siteId | |||||||||||
| transactionId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the buyerId property.
| |||||||||||
Gets the value of the buyerPhone property.
| |||||||||||
Gets the value of the cancelURL property.
| |||||||||||
Gets the value of the checkoutType property.
| |||||||||||
Gets the value of the clientType property.
| |||||||||||
Gets the value of the itemAmount property.
| |||||||||||
Gets the value of the itemId property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the returnURL property.
| |||||||||||
Gets the value of the siteId property.
| |||||||||||
Gets the value of the transactionId property.
| |||||||||||
Sets the value of the buyerId property.
| |||||||||||
Sets the value of the buyerPhone property.
| |||||||||||
Sets the value of the cancelURL property.
| |||||||||||
Sets the value of the checkoutType property.
| |||||||||||
Sets the value of the clientType property.
| |||||||||||
Sets the value of the itemAmount property.
| |||||||||||
Sets the value of the itemId property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the returnURL property.
| |||||||||||
Sets the value of the siteId property.
| |||||||||||
Sets the value of the transactionId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the buyerId property.
Gets the value of the buyerPhone property.
PhoneNumberType
Gets the value of the cancelURL property.
Gets the value of the checkoutType property.
EbayCheckoutType
Gets the value of the clientType property.
DyneticClientType
Gets the value of the itemAmount property.
BasicAmountType
Gets the value of the itemId property.
Gets the value of the quantity property.
Gets the value of the returnURL property.
Gets the value of the siteId property.
Gets the value of the transactionId property.
Sets the value of the buyerId 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 checkoutType property.
| value | Allowed object is
EbayCheckoutType
|
|---|
Sets the value of the clientType property.
| value | Allowed object is
DyneticClientType
|
|---|
Sets the value of the itemAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the itemId property.
| value | Allowed object is String |
|---|
Sets the value of the quantity property.
| value | Allowed object is Integer |
|---|
Sets the value of the returnURL property.
| value | Allowed object is String |
|---|
Sets the value of the siteId property.
| value | Allowed object is String |
|---|
Sets the value of the transactionId property.
| value | Allowed object is String |
|---|