| java.lang.Object | |
| ↳ | ebay.apis.eblbasecomponents.PaymentTransactionSearchResultType |
PaymentTransactionSearchResultType Results from a PaymentTransaction search
Java class for PaymentTransactionSearchResultType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PaymentTransactionSearchResultType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="Timezone" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Payer" type="{urn:ebay:apis:eBLBaseComponents}EmailAddressType"/>
<element name="PayerDisplayName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element ref="{urn:ebay:apis:eBLBaseComponents}TransactionID"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="GrossAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="FeeAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
<element name="NetAmount" type="{urn:ebay:apis:CoreComponentTypes}BasicAmountType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| feeAmount | |||||||||||
| grossAmount | |||||||||||
| netAmount | |||||||||||
| payer | |||||||||||
| payerDisplayName | |||||||||||
| status | |||||||||||
| timestamp | |||||||||||
| timezone | |||||||||||
| transactionID | |||||||||||
| type | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the feeAmount property.
| |||||||||||
Gets the value of the grossAmount property.
| |||||||||||
Gets the value of the netAmount property.
| |||||||||||
Gets the value of the payer property.
| |||||||||||
Gets the value of the payerDisplayName property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the timestamp property.
| |||||||||||
Gets the value of the timezone property.
| |||||||||||
The transaction ID of the seller
| |||||||||||
Gets the value of the type property.
| |||||||||||
Sets the value of the feeAmount property.
| |||||||||||
Sets the value of the grossAmount property.
| |||||||||||
Sets the value of the netAmount property.
| |||||||||||
Sets the value of the payer property.
| |||||||||||
Sets the value of the payerDisplayName property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the timestamp property.
| |||||||||||
Sets the value of the timezone property.
| |||||||||||
Sets the value of the transactionID property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the feeAmount property.
BasicAmountType
Gets the value of the grossAmount property.
BasicAmountType
Gets the value of the netAmount property.
BasicAmountType
Gets the value of the payer property.
Gets the value of the payerDisplayName property.
Gets the value of the status property.
Gets the value of the timestamp property.
Gets the value of the timezone property.
The transaction ID of the seller
Gets the value of the type property.
Sets the value of the feeAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the grossAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the netAmount property.
| value | Allowed object is
BasicAmountType
|
|---|
Sets the value of the payer property.
| value | Allowed object is String |
|---|
Sets the value of the payerDisplayName property.
| value | Allowed object is String |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the timestamp property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the timezone property.
| value | Allowed object is String |
|---|
Sets the value of the transactionID property.
| value | Allowed object is String |
|---|
Sets the value of the type property.
| value | Allowed object is String |
|---|