urn.ebay.apis.eBLBaseComponents
Class SetMobileCheckoutRequestDetailsType

java.lang.Object
  extended by urn.ebay.apis.eBLBaseComponents.SetMobileCheckoutRequestDetailsType

public class SetMobileCheckoutRequestDetailsType
extends Object

The phone number of the buyer's mobile device, if available. Optional


Constructor Summary
SetMobileCheckoutRequestDetailsType()
          Default Constructor
SetMobileCheckoutRequestDetailsType(BasicAmountType itemAmount, String itemName, String returnURL)
          Constructor with arguments
 
Method Summary
 Integer getAddressDisplayOptions()
          Getter for addressDisplayOptions
 String getBuyerEmail()
          Getter for buyerEmail
 PhoneNumberType getBuyerPhone()
          Getter for buyerPhone
 String getCancelURL()
          Getter for cancelURL
 String getCustom()
          Getter for custom
 String getInvoiceID()
          Getter for invoiceID
 BasicAmountType getItemAmount()
          Getter for itemAmount
 String getItemName()
          Getter for itemName
 String getItemNumber()
          Getter for itemNumber
 String getReturnURL()
          Getter for returnURL
 Integer getSharePhone()
          Getter for sharePhone
 BasicAmountType getShipping()
          Getter for shipping
 AddressType getShipToAddress()
          Getter for shipToAddress
 BasicAmountType getTax()
          Getter for tax
 void setAddressDisplayOptions(Integer addressDisplayOptions)
          Setter for addressDisplayOptions
 void setBuyerEmail(String buyerEmail)
          Setter for buyerEmail
 void setBuyerPhone(PhoneNumberType buyerPhone)
          Setter for buyerPhone
 void setCancelURL(String cancelURL)
          Setter for cancelURL
 void setCustom(String custom)
          Setter for custom
 void setInvoiceID(String invoiceID)
          Setter for invoiceID
 void setItemAmount(BasicAmountType itemAmount)
          Setter for itemAmount
 void setItemName(String itemName)
          Setter for itemName
 void setItemNumber(String itemNumber)
          Setter for itemNumber
 void setReturnURL(String returnURL)
          Setter for returnURL
 void setSharePhone(Integer sharePhone)
          Setter for sharePhone
 void setShipping(BasicAmountType shipping)
          Setter for shipping
 void setShipToAddress(AddressType shipToAddress)
          Setter for shipToAddress
 void setTax(BasicAmountType tax)
          Setter for tax
 String toXMLString(String prefix, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SetMobileCheckoutRequestDetailsType

public SetMobileCheckoutRequestDetailsType(BasicAmountType itemAmount,
                                           String itemName,
                                           String returnURL)
Constructor with arguments


SetMobileCheckoutRequestDetailsType

public SetMobileCheckoutRequestDetailsType()
Default Constructor

Method Detail

getBuyerPhone

public PhoneNumberType getBuyerPhone()
Getter for buyerPhone


setBuyerPhone

public void setBuyerPhone(PhoneNumberType buyerPhone)
Setter for buyerPhone


getItemAmount

public BasicAmountType getItemAmount()
Getter for itemAmount


setItemAmount

public void setItemAmount(BasicAmountType itemAmount)
Setter for itemAmount


getTax

public BasicAmountType getTax()
Getter for tax


setTax

public void setTax(BasicAmountType tax)
Setter for tax


getShipping

public BasicAmountType getShipping()
Getter for shipping


setShipping

public void setShipping(BasicAmountType shipping)
Setter for shipping


getItemName

public String getItemName()
Getter for itemName


setItemName

public void setItemName(String itemName)
Setter for itemName


getItemNumber

public String getItemNumber()
Getter for itemNumber


setItemNumber

public void setItemNumber(String itemNumber)
Setter for itemNumber


getCustom

public String getCustom()
Getter for custom


setCustom

public void setCustom(String custom)
Setter for custom


getInvoiceID

public String getInvoiceID()
Getter for invoiceID


setInvoiceID

public void setInvoiceID(String invoiceID)
Setter for invoiceID


getReturnURL

public String getReturnURL()
Getter for returnURL


setReturnURL

public void setReturnURL(String returnURL)
Setter for returnURL


getCancelURL

public String getCancelURL()
Getter for cancelURL


setCancelURL

public void setCancelURL(String cancelURL)
Setter for cancelURL


getAddressDisplayOptions

public Integer getAddressDisplayOptions()
Getter for addressDisplayOptions


setAddressDisplayOptions

public void setAddressDisplayOptions(Integer addressDisplayOptions)
Setter for addressDisplayOptions


getSharePhone

public Integer getSharePhone()
Getter for sharePhone


setSharePhone

public void setSharePhone(Integer sharePhone)
Setter for sharePhone


getShipToAddress

public AddressType getShipToAddress()
Getter for shipToAddress


setShipToAddress

public void setShipToAddress(AddressType shipToAddress)
Setter for shipToAddress


getBuyerEmail

public String getBuyerEmail()
Getter for buyerEmail


setBuyerEmail

public void setBuyerEmail(String buyerEmail)
Setter for buyerEmail


toXMLString

public String toXMLString(String prefix,
                          String name)


Copyright © 2013. All Rights Reserved.