public class CreateMobilePaymentRequestDetailsType extends Object
| Constructor and Description |
|---|
CreateMobilePaymentRequestDetailsType()
Default Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomID()
Getter for customID
|
BasicAmountType |
getItemAmount()
Getter for itemAmount
|
String |
getItemName()
Getter for itemName
|
String |
getItemNumber()
Getter for itemNumber
|
String |
getNote()
Getter for note
|
PaymentActionCodeType |
getPaymentAction()
Getter for paymentAction
|
MobilePaymentCodeType |
getPaymentType()
Getter for paymentType
|
String |
getRecipientEmail()
Getter for recipientEmail
|
PhoneNumberType |
getRecipientPhone()
Getter for recipientPhone
|
MobileRecipientCodeType |
getRecipientType()
Getter for recipientType
|
PhoneNumberType |
getSenderPhone()
Getter for senderPhone
|
Integer |
getShareHomeAddress()
Getter for shareHomeAddress
|
Integer |
getSharePhoneNumber()
Getter for sharePhoneNumber
|
BasicAmountType |
getShipping()
Getter for shipping
|
BasicAmountType |
getTax()
Getter for tax
|
void |
setCustomID(String customID)
Setter for customID
|
void |
setItemAmount(BasicAmountType itemAmount)
Setter for itemAmount
|
void |
setItemName(String itemName)
Setter for itemName
|
void |
setItemNumber(String itemNumber)
Setter for itemNumber
|
void |
setNote(String note)
Setter for note
|
void |
setPaymentAction(PaymentActionCodeType paymentAction)
Setter for paymentAction
|
void |
setPaymentType(MobilePaymentCodeType paymentType)
Setter for paymentType
|
void |
setRecipientEmail(String recipientEmail)
Setter for recipientEmail
|
void |
setRecipientPhone(PhoneNumberType recipientPhone)
Setter for recipientPhone
|
void |
setRecipientType(MobileRecipientCodeType recipientType)
Setter for recipientType
|
void |
setSenderPhone(PhoneNumberType senderPhone)
Setter for senderPhone
|
void |
setShareHomeAddress(Integer shareHomeAddress)
Setter for shareHomeAddress
|
void |
setSharePhoneNumber(Integer sharePhoneNumber)
Setter for sharePhoneNumber
|
void |
setShipping(BasicAmountType shipping)
Setter for shipping
|
void |
setTax(BasicAmountType tax)
Setter for tax
|
String |
toXMLString(String prefix,
String name) |
public CreateMobilePaymentRequestDetailsType()
public MobilePaymentCodeType getPaymentType()
public void setPaymentType(MobilePaymentCodeType paymentType)
public PaymentActionCodeType getPaymentAction()
public void setPaymentAction(PaymentActionCodeType paymentAction)
public PhoneNumberType getSenderPhone()
public void setSenderPhone(PhoneNumberType senderPhone)
public MobileRecipientCodeType getRecipientType()
public void setRecipientType(MobileRecipientCodeType recipientType)
public String getRecipientEmail()
public void setRecipientEmail(String recipientEmail)
public PhoneNumberType getRecipientPhone()
public void setRecipientPhone(PhoneNumberType recipientPhone)
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 getNote()
public void setNote(String note)
public String getCustomID()
public void setCustomID(String customID)
public Integer getSharePhoneNumber()
public void setSharePhoneNumber(Integer sharePhoneNumber)
public Integer getShareHomeAddress()
public void setShareHomeAddress(Integer shareHomeAddress)
Copyright © 2015. All Rights Reserved.