| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.CreateMobilePaymentRequestDetailsType |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| customID | |||||||||||
| itemAmount | |||||||||||
| itemName | |||||||||||
| itemNumber | |||||||||||
| note | |||||||||||
| paymentAction | |||||||||||
| paymentType | |||||||||||
| recipientEmail | |||||||||||
| recipientPhone | |||||||||||
| recipientType | |||||||||||
| senderPhone | |||||||||||
| shareHomeAddress | |||||||||||
| sharePhoneNumber | |||||||||||
| shipping | |||||||||||
| tax | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the customID property.
| |||||||||||
Gets the value of the itemAmount property.
| |||||||||||
Gets the value of the itemName property.
| |||||||||||
Gets the value of the itemNumber property.
| |||||||||||
Gets the value of the note property.
| |||||||||||
Gets the value of the paymentAction property.
| |||||||||||
Gets the value of the paymentType property.
| |||||||||||
Gets the value of the recipientEmail property.
| |||||||||||
Gets the value of the recipientPhone property.
| |||||||||||
Gets the value of the recipientType property.
| |||||||||||
Gets the value of the senderPhone property.
| |||||||||||
Gets the value of the shareHomeAddress property.
| |||||||||||
Gets the value of the sharePhoneNumber property.
| |||||||||||
Gets the value of the shipping property.
| |||||||||||
Gets the value of the tax property.
| |||||||||||
Sets the value of the customID property.
| |||||||||||
Sets the value of the itemAmount property.
| |||||||||||
Sets the value of the itemName property.
| |||||||||||
Sets the value of the itemNumber property.
| |||||||||||
Sets the value of the note property.
| |||||||||||
Sets the value of the paymentAction property.
| |||||||||||
Sets the value of the paymentType property.
| |||||||||||
Sets the value of the recipientEmail property.
| |||||||||||
Sets the value of the recipientPhone property.
| |||||||||||
Sets the value of the recipientType property.
| |||||||||||
Sets the value of the senderPhone property.
| |||||||||||
Sets the value of the shareHomeAddress property.
| |||||||||||
Sets the value of the sharePhoneNumber property.
| |||||||||||
Sets the value of the shipping property.
| |||||||||||
Sets the value of the tax property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the customID property.
Gets the value of the itemAmount property.
BasicAmountType
Gets the value of the itemName property.
Gets the value of the itemNumber property.
Gets the value of the note property.
Gets the value of the paymentAction property.
PaymentActionCodeType
Gets the value of the paymentType property.
MobilePaymentCodeType
Gets the value of the recipientEmail property.
Gets the value of the recipientPhone property.
PhoneNumberType
Gets the value of the recipientType property.
MobileRecipientCodeType
Gets the value of the senderPhone property.
PhoneNumberType
Gets the value of the shareHomeAddress property.
Gets the value of the sharePhoneNumber property.
Gets the value of the shipping property.
BasicAmountType
Gets the value of the tax property.
BasicAmountType
Sets the value of the customID property.
| value | Allowed object is String |
|---|
Sets the value of the itemAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the itemName property.
| value | Allowed object is String |
|---|
Sets the value of the itemNumber property.
| value | Allowed object is String |
|---|
Sets the value of the note property.
| value | Allowed object is String |
|---|
Sets the value of the paymentAction property.
| value | Allowed object is
PaymentActionCodeType
|
|---|
Sets the value of the paymentType property.
| value | Allowed object is
MobilePaymentCodeType
|
|---|
Sets the value of the recipientEmail property.
| value | Allowed object is String |
|---|
Sets the value of the recipientPhone property.
| value | Allowed object is
PhoneNumberType
|
|---|
Sets the value of the recipientType property.
| value | Allowed object is
MobileRecipientCodeType
|
|---|
Sets the value of the senderPhone property.
| value | Allowed object is
PhoneNumberType
|
|---|
Sets the value of the shareHomeAddress property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the sharePhoneNumber property.
| value | Allowed object is BigInteger |
|---|
Sets the value of the shipping property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the tax property.
| value | Allowed object is
BasicAmountType
|
|---|