public class

PaymentTransactionSearchResultType

extends Object
java.lang.Object
   ↳ ebay.apis.eblbasecomponents.PaymentTransactionSearchResultType

Class Overview

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>
 

Summary

Fields
protected BasicAmountType feeAmount
protected BasicAmountType grossAmount
protected BasicAmountType netAmount
protected String payer
protected String payerDisplayName
protected String status
protected XMLGregorianCalendar timestamp
protected String timezone
protected String transactionID
protected String type
Public Constructors
PaymentTransactionSearchResultType()
Public Methods
BasicAmountType getFeeAmount()
Gets the value of the feeAmount property.
BasicAmountType getGrossAmount()
Gets the value of the grossAmount property.
BasicAmountType getNetAmount()
Gets the value of the netAmount property.
String getPayer()
Gets the value of the payer property.
String getPayerDisplayName()
Gets the value of the payerDisplayName property.
String getStatus()
Gets the value of the status property.
XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.
String getTimezone()
Gets the value of the timezone property.
String getTransactionID()
The transaction ID of the seller
String getType()
Gets the value of the type property.
void setFeeAmount(BasicAmountType value)
Sets the value of the feeAmount property.
void setGrossAmount(BasicAmountType value)
Sets the value of the grossAmount property.
void setNetAmount(BasicAmountType value)
Sets the value of the netAmount property.
void setPayer(String value)
Sets the value of the payer property.
void setPayerDisplayName(String value)
Sets the value of the payerDisplayName property.
void setStatus(String value)
Sets the value of the status property.
void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.
void setTimezone(String value)
Sets the value of the timezone property.
void setTransactionID(String value)
Sets the value of the transactionID property.
void setType(String value)
Sets the value of the type property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected BasicAmountType feeAmount

protected BasicAmountType grossAmount

protected BasicAmountType netAmount

protected String payer

protected String payerDisplayName

protected String status

protected XMLGregorianCalendar timestamp

protected String timezone

protected String transactionID

protected String type

Public Constructors

public PaymentTransactionSearchResultType ()

Public Methods

public BasicAmountType getFeeAmount ()

Gets the value of the feeAmount property.

Returns

public BasicAmountType getGrossAmount ()

Gets the value of the grossAmount property.

Returns

public BasicAmountType getNetAmount ()

Gets the value of the netAmount property.

Returns

public String getPayer ()

Gets the value of the payer property.

Returns
  • possible object is String

public String getPayerDisplayName ()

Gets the value of the payerDisplayName property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public XMLGregorianCalendar getTimestamp ()

Gets the value of the timestamp property.

Returns
  • possible object is XMLGregorianCalendar

public String getTimezone ()

Gets the value of the timezone property.

Returns
  • possible object is String

public String getTransactionID ()

The transaction ID of the seller

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public void setFeeAmount (BasicAmountType value)

Sets the value of the feeAmount property.

Parameters
value Allowed object is BasicAmountType

public void setGrossAmount (BasicAmountType value)

Sets the value of the grossAmount property.

Parameters
value Allowed object is BasicAmountType

public void setNetAmount (BasicAmountType value)

Sets the value of the netAmount property.

Parameters
value Allowed object is BasicAmountType

public void setPayer (String value)

Sets the value of the payer property.

Parameters
value Allowed object is String

public void setPayerDisplayName (String value)

Sets the value of the payerDisplayName property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status property.

Parameters
value Allowed object is String

public void setTimestamp (XMLGregorianCalendar value)

Sets the value of the timestamp property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTimezone (String value)

Sets the value of the timezone property.

Parameters
value Allowed object is String

public void setTransactionID (String value)

Sets the value of the transactionID property.

Parameters
value Allowed object is String

public void setType (String value)

Sets the value of the type property.

Parameters
value Allowed object is String