public class CreateMobilePaymentRequestDetailsType
extends java.lang.Object
Java class for CreateMobilePaymentRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CreateMobilePaymentRequestDetailsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PaymentType" type="{urn:ebay:apis:eBLBaseComponents}MobilePaymentCodeType"/> <element name="PaymentAction" type="{urn:ebay:apis:eBLBaseComponents}PaymentActionCodeType"/> <element name="SenderPhone" type="{urn:ebay:apis:eBLBaseComponents}PhoneNumberType"/> <element name="RecipientType" type="{urn:ebay:apis:eBLBaseComponents}MobileRecipientCodeType"/> <element name="RecipientEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="RecipientPhone" 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" minOccurs="0"/> <element name="ItemNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="Note" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="CustomID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="SharePhoneNumber" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> <element name="ShareHomeAddress" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
customID |
protected BasicAmountType |
itemAmount |
protected java.lang.String |
itemName |
protected java.lang.String |
itemNumber |
protected java.lang.String |
note |
protected PaymentActionCodeType |
paymentAction |
protected MobilePaymentCodeType |
paymentType |
protected java.lang.String |
recipientEmail |
protected PhoneNumberType |
recipientPhone |
protected MobileRecipientCodeType |
recipientType |
protected PhoneNumberType |
senderPhone |
protected java.math.BigInteger |
shareHomeAddress |
protected java.math.BigInteger |
sharePhoneNumber |
protected BasicAmountType |
shipping |
protected BasicAmountType |
tax |
Constructor and Description |
---|
CreateMobilePaymentRequestDetailsType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCustomID()
Gets the value of the customID property.
|
BasicAmountType |
getItemAmount()
Gets the value of the itemAmount property.
|
java.lang.String |
getItemName()
Gets the value of the itemName property.
|
java.lang.String |
getItemNumber()
Gets the value of the itemNumber property.
|
java.lang.String |
getNote()
Gets the value of the note property.
|
PaymentActionCodeType |
getPaymentAction()
Gets the value of the paymentAction property.
|
MobilePaymentCodeType |
getPaymentType()
Gets the value of the paymentType property.
|
java.lang.String |
getRecipientEmail()
Gets the value of the recipientEmail property.
|
PhoneNumberType |
getRecipientPhone()
Gets the value of the recipientPhone property.
|
MobileRecipientCodeType |
getRecipientType()
Gets the value of the recipientType property.
|
PhoneNumberType |
getSenderPhone()
Gets the value of the senderPhone property.
|
java.math.BigInteger |
getShareHomeAddress()
Gets the value of the shareHomeAddress property.
|
java.math.BigInteger |
getSharePhoneNumber()
Gets the value of the sharePhoneNumber property.
|
BasicAmountType |
getShipping()
Gets the value of the shipping property.
|
BasicAmountType |
getTax()
Gets the value of the tax property.
|
void |
setCustomID(java.lang.String value)
Sets the value of the customID property.
|
void |
setItemAmount(BasicAmountType value)
Sets the value of the itemAmount property.
|
void |
setItemName(java.lang.String value)
Sets the value of the itemName property.
|
void |
setItemNumber(java.lang.String value)
Sets the value of the itemNumber property.
|
void |
setNote(java.lang.String value)
Sets the value of the note property.
|
void |
setPaymentAction(PaymentActionCodeType value)
Sets the value of the paymentAction property.
|
void |
setPaymentType(MobilePaymentCodeType value)
Sets the value of the paymentType property.
|
void |
setRecipientEmail(java.lang.String value)
Sets the value of the recipientEmail property.
|
void |
setRecipientPhone(PhoneNumberType value)
Sets the value of the recipientPhone property.
|
void |
setRecipientType(MobileRecipientCodeType value)
Sets the value of the recipientType property.
|
void |
setSenderPhone(PhoneNumberType value)
Sets the value of the senderPhone property.
|
void |
setShareHomeAddress(java.math.BigInteger value)
Sets the value of the shareHomeAddress property.
|
void |
setSharePhoneNumber(java.math.BigInteger value)
Sets the value of the sharePhoneNumber property.
|
void |
setShipping(BasicAmountType value)
Sets the value of the shipping property.
|
void |
setTax(BasicAmountType value)
Sets the value of the tax property.
|
protected MobilePaymentCodeType paymentType
protected PaymentActionCodeType paymentAction
protected PhoneNumberType senderPhone
protected MobileRecipientCodeType recipientType
protected java.lang.String recipientEmail
protected PhoneNumberType recipientPhone
protected BasicAmountType itemAmount
protected BasicAmountType tax
protected BasicAmountType shipping
protected java.lang.String itemName
protected java.lang.String itemNumber
protected java.lang.String note
protected java.lang.String customID
protected java.math.BigInteger sharePhoneNumber
protected java.math.BigInteger shareHomeAddress
public CreateMobilePaymentRequestDetailsType()
public MobilePaymentCodeType getPaymentType()
MobilePaymentCodeType
public void setPaymentType(MobilePaymentCodeType value)
value
- the value
allowed object is
MobilePaymentCodeType
public PaymentActionCodeType getPaymentAction()
PaymentActionCodeType
public void setPaymentAction(PaymentActionCodeType value)
value
- the value
allowed object is
PaymentActionCodeType
public PhoneNumberType getSenderPhone()
PhoneNumberType
public void setSenderPhone(PhoneNumberType value)
value
- the value
allowed object is
PhoneNumberType
public MobileRecipientCodeType getRecipientType()
MobileRecipientCodeType
public void setRecipientType(MobileRecipientCodeType value)
value
- the value
allowed object is
MobileRecipientCodeType
public java.lang.String getRecipientEmail()
String
public void setRecipientEmail(java.lang.String value)
value
- the value
allowed object is
String
public PhoneNumberType getRecipientPhone()
PhoneNumberType
public void setRecipientPhone(PhoneNumberType value)
value
- the value
allowed object is
PhoneNumberType
public BasicAmountType getItemAmount()
BasicAmountType
public void setItemAmount(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getTax()
BasicAmountType
public void setTax(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public BasicAmountType getShipping()
BasicAmountType
public void setShipping(BasicAmountType value)
value
- the value
allowed object is
BasicAmountType
public java.lang.String getItemName()
String
public void setItemName(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getItemNumber()
String
public void setItemNumber(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getNote()
String
public void setNote(java.lang.String value)
value
- the value
allowed object is
String
public java.lang.String getCustomID()
String
public void setCustomID(java.lang.String value)
value
- the value
allowed object is
String
public java.math.BigInteger getSharePhoneNumber()
BigInteger
public void setSharePhoneNumber(java.math.BigInteger value)
value
- the value
allowed object is
BigInteger
public java.math.BigInteger getShareHomeAddress()
BigInteger
public void setShareHomeAddress(java.math.BigInteger value)
value
- the value
allowed object is
BigInteger
stSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.