public class

RefundTransactionLog

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

Class Overview

Java class for RefundTransactionLog complex type.

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

 <complexType name="RefundTransactionLog">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="BatchId" 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="RefundId" 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 batchId
protected String gatewayReasonCode
protected String gatewayReasonCodeDescription
protected String gatewayState
protected String gatewayTransactionType
protected String refundId
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
RefundTransactionLog()
Public Methods
String getBatchId()
Gets the value of the batchId 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 getRefundId()
Gets the value of the refundId 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 setBatchId(String value)
Sets the value of the batchId 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 setRefundId(String value)
Sets the value of the refundId 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 batchId

protected String gatewayReasonCode

protected String gatewayReasonCodeDescription

protected String gatewayState

protected String gatewayTransactionType

protected String refundId

protected String requestString

protected String responseString

protected XMLGregorianCalendar transactionDate

protected String transactionId

Public Constructors

public RefundTransactionLog ()

Public Methods

public String getBatchId ()

Gets the value of the batchId 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 getRefundId ()

Gets the value of the refundId 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 setBatchId (String value)

Sets the value of the batchId 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 setRefundId (String value)

Sets the value of the refundId 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