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()
MobilePaymentCodeTypepublic void setPaymentType(MobilePaymentCodeType value)
value - the value
allowed object is
MobilePaymentCodeTypepublic PaymentActionCodeType getPaymentAction()
PaymentActionCodeTypepublic void setPaymentAction(PaymentActionCodeType value)
value - the value
allowed object is
PaymentActionCodeTypepublic PhoneNumberType getSenderPhone()
PhoneNumberTypepublic void setSenderPhone(PhoneNumberType value)
value - the value
allowed object is
PhoneNumberTypepublic MobileRecipientCodeType getRecipientType()
MobileRecipientCodeTypepublic void setRecipientType(MobileRecipientCodeType value)
value - the value
allowed object is
MobileRecipientCodeTypepublic java.lang.String getRecipientEmail()
Stringpublic void setRecipientEmail(java.lang.String value)
value - the value
allowed object is
Stringpublic PhoneNumberType getRecipientPhone()
PhoneNumberTypepublic void setRecipientPhone(PhoneNumberType value)
value - the value
allowed object is
PhoneNumberTypepublic BasicAmountType getItemAmount()
BasicAmountTypepublic void setItemAmount(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getTax()
BasicAmountTypepublic void setTax(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic BasicAmountType getShipping()
BasicAmountTypepublic void setShipping(BasicAmountType value)
value - the value
allowed object is
BasicAmountTypepublic java.lang.String getItemName()
Stringpublic void setItemName(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getItemNumber()
Stringpublic void setItemNumber(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getNote()
Stringpublic void setNote(java.lang.String value)
value - the value
allowed object is
Stringpublic java.lang.String getCustomID()
Stringpublic void setCustomID(java.lang.String value)
value - the value
allowed object is
Stringpublic java.math.BigInteger getSharePhoneNumber()
BigIntegerpublic void setSharePhoneNumber(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerpublic java.math.BigInteger getShareHomeAddress()
BigIntegerpublic void setShareHomeAddress(java.math.BigInteger value)
value - the value
allowed object is
BigIntegerstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.