public class

SetMobileCheckoutRequestDetailsType

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

Class Overview

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>
 

Summary

Fields
protected Integer addressDisplayOptions
protected String buyerEmail
protected PhoneNumberType buyerPhone
protected String cancelURL
protected String custom
protected String invoiceID
protected BasicAmountType itemAmount
protected String itemName
protected String itemNumber
protected String returnURL
protected Integer sharePhone
protected AddressType shipToAddress
protected BasicAmountType shipping
protected BasicAmountType tax
Public Constructors
SetMobileCheckoutRequestDetailsType()
Public Methods
Integer getAddressDisplayOptions()
Gets the value of the addressDisplayOptions property.
String getBuyerEmail()
Gets the value of the buyerEmail property.
PhoneNumberType getBuyerPhone()
Gets the value of the buyerPhone property.
String getCancelURL()
Gets the value of the cancelURL property.
String getCustom()
Gets the value of the custom property.
String getInvoiceID()
Gets the value of the invoiceID property.
BasicAmountType getItemAmount()
Gets the value of the itemAmount property.
String getItemName()
Gets the value of the itemName property.
String getItemNumber()
Gets the value of the itemNumber property.
String getReturnURL()
Gets the value of the returnURL property.
Integer getSharePhone()
Gets the value of the sharePhone property.
AddressType getShipToAddress()
Gets the value of the shipToAddress property.
BasicAmountType getShipping()
Gets the value of the shipping property.
BasicAmountType getTax()
Gets the value of the tax property.
void setAddressDisplayOptions(Integer value)
Sets the value of the addressDisplayOptions property.
void setBuyerEmail(String value)
Sets the value of the buyerEmail property.
void setBuyerPhone(PhoneNumberType value)
Sets the value of the buyerPhone property.
void setCancelURL(String value)
Sets the value of the cancelURL property.
void setCustom(String value)
Sets the value of the custom property.
void setInvoiceID(String value)
Sets the value of the invoiceID property.
void setItemAmount(BasicAmountType value)
Sets the value of the itemAmount property.
void setItemName(String value)
Sets the value of the itemName property.
void setItemNumber(String value)
Sets the value of the itemNumber property.
void setReturnURL(String value)
Sets the value of the returnURL property.
void setSharePhone(Integer value)
Sets the value of the sharePhone property.
void setShipToAddress(AddressType value)
Sets the value of the shipToAddress property.
void setShipping(BasicAmountType value)
Sets the value of the shipping property.
void setTax(BasicAmountType value)
Sets the value of the tax property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Integer addressDisplayOptions

protected String buyerEmail

protected PhoneNumberType buyerPhone

protected String cancelURL

protected String custom

protected String invoiceID

protected BasicAmountType itemAmount

protected String itemName

protected String itemNumber

protected String returnURL

protected Integer sharePhone

protected AddressType shipToAddress

protected BasicAmountType shipping

protected BasicAmountType tax

Public Constructors

public SetMobileCheckoutRequestDetailsType ()

Public Methods

public Integer getAddressDisplayOptions ()

Gets the value of the addressDisplayOptions property.

Returns
  • possible object is Integer

public String getBuyerEmail ()

Gets the value of the buyerEmail 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 String getCustom ()

Gets the value of the custom property.

Returns
  • possible object is String

public String getInvoiceID ()

Gets the value of the invoiceID property.

Returns
  • possible object is String

public BasicAmountType getItemAmount ()

Gets the value of the itemAmount property.

Returns

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public String getItemNumber ()

Gets the value of the itemNumber property.

Returns
  • possible object is String

public String getReturnURL ()

Gets the value of the returnURL property.

Returns
  • possible object is String

public Integer getSharePhone ()

Gets the value of the sharePhone property.

Returns
  • possible object is Integer

public AddressType getShipToAddress ()

Gets the value of the shipToAddress property.

Returns

public BasicAmountType getShipping ()

Gets the value of the shipping property.

Returns

public BasicAmountType getTax ()

Gets the value of the tax property.

Returns

public void setAddressDisplayOptions (Integer value)

Sets the value of the addressDisplayOptions property.

Parameters
value Allowed object is Integer

public void setBuyerEmail (String value)

Sets the value of the buyerEmail 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 setCustom (String value)

Sets the value of the custom property.

Parameters
value Allowed object is String

public void setInvoiceID (String value)

Sets the value of the invoiceID property.

Parameters
value Allowed object is String

public void setItemAmount (BasicAmountType value)

Sets the value of the itemAmount property.

Parameters
value Allowed object is BasicAmountType

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setItemNumber (String value)

Sets the value of the itemNumber property.

Parameters
value Allowed object is String

public void setReturnURL (String value)

Sets the value of the returnURL property.

Parameters
value Allowed object is String

public void setSharePhone (Integer value)

Sets the value of the sharePhone property.

Parameters
value Allowed object is Integer

public void setShipToAddress (AddressType value)

Sets the value of the shipToAddress property.

Parameters
value Allowed object is AddressType

public void setShipping (BasicAmountType value)

Sets the value of the shipping property.

Parameters
value Allowed object is BasicAmountType

public void setTax (BasicAmountType value)

Sets the value of the tax property.

Parameters
value Allowed object is BasicAmountType