| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.DoNonReferencedCreditResponseDetailsType |
Java class for DoNonReferencedCreditResponseDetailsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DoNonReferencedCreditResponseDetailsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Amount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="TransactionID" type="{urn:ebay:apis:eBLBaseComponents}TransactionId"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| amount | |||||||||||
| transactionID | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the amount property.
| |||||||||||
Gets the value of the transactionID property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the amount property.
BasicAmountType
Gets the value of the transactionID property.
Sets the value of the amount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|