public class

SetEbayMobileCheckoutRequestDetailsType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.SetEbayMobileCheckoutRequestDetailsType

Class Overview

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>
 

Summary

Fields
protected String buyerId
protected PhoneNumberType buyerPhone
protected String cancelURL
protected EbayCheckoutType checkoutType
protected DyneticClientType clientType
protected BasicAmountType itemAmount
protected String itemId
protected Integer quantity
protected String returnURL
protected String siteId
protected String transactionId
Public Constructors
SetEbayMobileCheckoutRequestDetailsType()
Public Methods
String getBuyerId()
Gets the value of the buyerId property.
PhoneNumberType getBuyerPhone()
Gets the value of the buyerPhone property.
String getCancelURL()
Gets the value of the cancelURL property.
EbayCheckoutType getCheckoutType()
Gets the value of the checkoutType property.
DyneticClientType getClientType()
Gets the value of the clientType property.
BasicAmountType getItemAmount()
Gets the value of the itemAmount property.
String getItemId()
Gets the value of the itemId property.
Integer getQuantity()
Gets the value of the quantity property.
String getReturnURL()
Gets the value of the returnURL property.
String getSiteId()
Gets the value of the siteId property.
String getTransactionId()
Gets the value of the transactionId property.
void setBuyerId(String value)
Sets the value of the buyerId property.
void setBuyerPhone(PhoneNumberType value)
Sets the value of the buyerPhone property.
void setCancelURL(String value)
Sets the value of the cancelURL property.
void setCheckoutType(EbayCheckoutType value)
Sets the value of the checkoutType property.
void setClientType(DyneticClientType value)
Sets the value of the clientType property.
void setItemAmount(BasicAmountType value)
Sets the value of the itemAmount property.
void setItemId(String value)
Sets the value of the itemId property.
void setQuantity(Integer value)
Sets the value of the quantity property.
void setReturnURL(String value)
Sets the value of the returnURL property.
void setSiteId(String value)
Sets the value of the siteId property.
void setTransactionId(String value)
Sets the value of the transactionId property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String buyerId

protected PhoneNumberType buyerPhone

protected String cancelURL

protected EbayCheckoutType checkoutType

protected DyneticClientType clientType

protected BasicAmountType itemAmount

protected String itemId

protected Integer quantity

protected String returnURL

protected String siteId

protected String transactionId

Public Constructors

public SetEbayMobileCheckoutRequestDetailsType ()

Public Methods

public String getBuyerId ()

Gets the value of the buyerId property.

Returns
  • possible object is String

public PhoneNumberType getBuyerPhone ()

Gets the value of the buyerPhone property.

Returns

public String getCancelURL ()

Gets the value of the cancelURL property.

Returns
  • possible object is String

public EbayCheckoutType getCheckoutType ()

Gets the value of the checkoutType property.

Returns

public DyneticClientType getClientType ()

Gets the value of the clientType property.

Returns

public BasicAmountType getItemAmount ()

Gets the value of the itemAmount property.

Returns

public String getItemId ()

Gets the value of the itemId property.

Returns
  • possible object is String

public Integer getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Integer

public String getReturnURL ()

Gets the value of the returnURL property.

Returns
  • possible object is String

public String getSiteId ()

Gets the value of the siteId property.

Returns
  • possible object is String

public String getTransactionId ()

Gets the value of the transactionId property.

Returns
  • possible object is String

public void setBuyerId (String value)

Sets the value of the buyerId property.

Parameters
value Allowed object is String

public void setBuyerPhone (PhoneNumberType value)

Sets the value of the buyerPhone property.

Parameters
value Allowed object is PhoneNumberType

public void setCancelURL (String value)

Sets the value of the cancelURL property.

Parameters
value Allowed object is String

public void setCheckoutType (EbayCheckoutType value)

Sets the value of the checkoutType property.

Parameters
value Allowed object is EbayCheckoutType

public void setClientType (DyneticClientType value)

Sets the value of the clientType property.

Parameters
value Allowed object is DyneticClientType

public void setItemAmount (BasicAmountType value)

Sets the value of the itemAmount property.

Parameters
value Allowed object is BasicAmountType

public void setItemId (String value)

Sets the value of the itemId property.

Parameters
value Allowed object is String

public void setQuantity (Integer value)

Sets the value of the quantity property.

Parameters
value Allowed object is Integer

public void setReturnURL (String value)

Sets the value of the returnURL property.

Parameters
value Allowed object is String

public void setSiteId (String value)

Sets the value of the siteId property.

Parameters
value Allowed object is String

public void setTransactionId (String value)

Sets the value of the transactionId property.

Parameters
value Allowed object is String