public class

PaymentTransactionLog

extends ZObject
implements Serializable
java.lang.Object
   ↳ com.zuora.api.object.Dynamic
     ↳ com.zuora.api.object.ZObject
       ↳ com.zuora.api.object.PaymentTransactionLog

Class Overview

Java class for PaymentTransactionLog complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="PaymentTransactionLog">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AVSResponseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="BatchId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CVVResponseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GatewayReasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GatewayReasonCodeDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GatewayState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="GatewayTransactionType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="PaymentId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="RequestString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResponseString" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TransactionDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="TransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String avsResponseCode
protected String batchId
protected String cvvResponseCode
protected String gatewayReasonCode
protected String gatewayReasonCodeDescription
protected String gatewayState
protected String gatewayTransactionType
protected String paymentId
protected String requestString
protected String responseString
protected XMLGregorianCalendar transactionDate
protected String transactionId
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
PaymentTransactionLog()
Public Methods
String getAVSResponseCode()
Gets the value of the avsResponseCode property.
String getBatchId()
Gets the value of the batchId property.
String getCVVResponseCode()
Gets the value of the cvvResponseCode property.
String getGatewayReasonCode()
Gets the value of the gatewayReasonCode property.
String getGatewayReasonCodeDescription()
Gets the value of the gatewayReasonCodeDescription property.
String getGatewayState()
Gets the value of the gatewayState property.
String getGatewayTransactionType()
Gets the value of the gatewayTransactionType property.
String getPaymentId()
Gets the value of the paymentId property.
String getRequestString()
Gets the value of the requestString property.
String getResponseString()
Gets the value of the responseString property.
XMLGregorianCalendar getTransactionDate()
Gets the value of the transactionDate property.
String getTransactionId()
Gets the value of the transactionId property.
void setAVSResponseCode(String value)
Sets the value of the avsResponseCode property.
void setBatchId(String value)
Sets the value of the batchId property.
void setCVVResponseCode(String value)
Sets the value of the cvvResponseCode property.
void setGatewayReasonCode(String value)
Sets the value of the gatewayReasonCode property.
void setGatewayReasonCodeDescription(String value)
Sets the value of the gatewayReasonCodeDescription property.
void setGatewayState(String value)
Sets the value of the gatewayState property.
void setGatewayTransactionType(String value)
Sets the value of the gatewayTransactionType property.
void setPaymentId(String value)
Sets the value of the paymentId property.
void setRequestString(String value)
Sets the value of the requestString property.
void setResponseString(String value)
Sets the value of the responseString property.
void setTransactionDate(XMLGregorianCalendar value)
Sets the value of the transactionDate property.
void setTransactionId(String value)
Sets the value of the transactionId property.
[Expand]
Inherited Methods
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String avsResponseCode

protected String batchId

protected String cvvResponseCode

protected String gatewayReasonCode

protected String gatewayReasonCodeDescription

protected String gatewayState

protected String gatewayTransactionType

protected String paymentId

protected String requestString

protected String responseString

protected XMLGregorianCalendar transactionDate

protected String transactionId

Public Constructors

public PaymentTransactionLog ()

Public Methods

public String getAVSResponseCode ()

Gets the value of the avsResponseCode property.

Returns
  • possible object is String

public String getBatchId ()

Gets the value of the batchId property.

Returns
  • possible object is String

public String getCVVResponseCode ()

Gets the value of the cvvResponseCode property.

Returns
  • possible object is String

public String getGatewayReasonCode ()

Gets the value of the gatewayReasonCode property.

Returns
  • possible object is String

public String getGatewayReasonCodeDescription ()

Gets the value of the gatewayReasonCodeDescription property.

Returns
  • possible object is String

public String getGatewayState ()

Gets the value of the gatewayState property.

Returns
  • possible object is String

public String getGatewayTransactionType ()

Gets the value of the gatewayTransactionType property.

Returns
  • possible object is String

public String getPaymentId ()

Gets the value of the paymentId property.

Returns
  • possible object is String

public String getRequestString ()

Gets the value of the requestString property.

Returns
  • possible object is String

public String getResponseString ()

Gets the value of the responseString property.

Returns
  • possible object is String

public XMLGregorianCalendar getTransactionDate ()

Gets the value of the transactionDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getTransactionId ()

Gets the value of the transactionId property.

Returns
  • possible object is String

public void setAVSResponseCode (String value)

Sets the value of the avsResponseCode property.

Parameters
value Allowed object is String

public void setBatchId (String value)

Sets the value of the batchId property.

Parameters
value Allowed object is String

public void setCVVResponseCode (String value)

Sets the value of the cvvResponseCode property.

Parameters
value Allowed object is String

public void setGatewayReasonCode (String value)

Sets the value of the gatewayReasonCode property.

Parameters
value Allowed object is String

public void setGatewayReasonCodeDescription (String value)

Sets the value of the gatewayReasonCodeDescription property.

Parameters
value Allowed object is String

public void setGatewayState (String value)

Sets the value of the gatewayState property.

Parameters
value Allowed object is String

public void setGatewayTransactionType (String value)

Sets the value of the gatewayTransactionType property.

Parameters
value Allowed object is String

public void setPaymentId (String value)

Sets the value of the paymentId property.

Parameters
value Allowed object is String

public void setRequestString (String value)

Sets the value of the requestString property.

Parameters
value Allowed object is String

public void setResponseString (String value)

Sets the value of the responseString property.

Parameters
value Allowed object is String

public void setTransactionDate (XMLGregorianCalendar value)

Sets the value of the transactionDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setTransactionId (String value)

Sets the value of the transactionId property.

Parameters
value Allowed object is String