public class SetMobileCheckoutRequestDetailsType extends Object
| Constructor and Description |
|---|
SetMobileCheckoutRequestDetailsType()
Default Constructor
|
SetMobileCheckoutRequestDetailsType(BasicAmountType itemAmount,
String itemName,
String returnURL)
Constructor with arguments
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public SetMobileCheckoutRequestDetailsType(BasicAmountType itemAmount, String itemName, String returnURL)
public SetMobileCheckoutRequestDetailsType()
public PhoneNumberType getBuyerPhone()
public void setBuyerPhone(PhoneNumberType buyerPhone)
public BasicAmountType getItemAmount()
public void setItemAmount(BasicAmountType itemAmount)
public BasicAmountType getTax()
public void setTax(BasicAmountType tax)
public BasicAmountType getShipping()
public void setShipping(BasicAmountType shipping)
public String getItemName()
public void setItemName(String itemName)
public String getItemNumber()
public void setItemNumber(String itemNumber)
public String getCustom()
public void setCustom(String custom)
public String getInvoiceID()
public void setInvoiceID(String invoiceID)
public String getReturnURL()
public void setReturnURL(String returnURL)
public String getCancelURL()
public void setCancelURL(String cancelURL)
public Integer getAddressDisplayOptions()
public void setAddressDisplayOptions(Integer addressDisplayOptions)
public Integer getSharePhone()
public void setSharePhone(Integer sharePhone)
public AddressType getShipToAddress()
public void setShipToAddress(AddressType shipToAddress)
public String getBuyerEmail()
public void setBuyerEmail(String buyerEmail)
Copyright © 2017. All Rights Reserved.