| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoNonReferencedCreditRequestDetailsType |
Java class for DoNonReferencedCreditRequestDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoNonReferencedCreditRequestDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="NetAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="TaxAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="ShippingAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType" minOccurs="0"/>
<element name="CreditCard" type="{urn:ebay:apis:eBLBaseComponents}CreditCardDetailsType"/>
<element name="ReceiverEmail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| comment | |||||||||||
| creditCard | |||||||||||
| netAmount | |||||||||||
| receiverEmail | |||||||||||
| shippingAmount | |||||||||||
| taxAmount | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the creditCard property.
| |||||||||||
Gets the value of the netAmount property.
| |||||||||||
Gets the value of the receiverEmail property.
| |||||||||||
Gets the value of the shippingAmount property.
| |||||||||||
Gets the value of the taxAmount property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the creditCard property.
| |||||||||||
Sets the value of the netAmount property.
| |||||||||||
Sets the value of the receiverEmail property.
| |||||||||||
Sets the value of the shippingAmount property.
| |||||||||||
Sets the value of the taxAmount property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the comment property.
Gets the value of the creditCard property.
CreditCardDetailsType
Gets the value of the netAmount property.
BasicAmountType
Gets the value of the receiverEmail property.
Gets the value of the shippingAmount property.
BasicAmountType
Gets the value of the taxAmount property.
BasicAmountType
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the comment property.
| value | Allowed object is String |
|---|
Sets the value of the creditCard property.
| value | Allowed object is
CreditCardDetailsType
|
|---|
Sets the value of the netAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the receiverEmail property.
| value | Allowed object is String |
|---|
Sets the value of the shippingAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the taxAmount property.
| value | Allowed object is
BasicAmountType
|
|---|