| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.RefundTransactionLog | ||
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>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| batchId | |||||||||||
| gatewayReasonCode | |||||||||||
| gatewayReasonCodeDescription | |||||||||||
| gatewayState | |||||||||||
| gatewayTransactionType | |||||||||||
| refundId | |||||||||||
| requestString | |||||||||||
| responseString | |||||||||||
| transactionDate | |||||||||||
| transactionId | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the batchId property.
| |||||||||||
Gets the value of the gatewayReasonCode property.
| |||||||||||
Gets the value of the gatewayReasonCodeDescription property.
| |||||||||||
Gets the value of the gatewayState property.
| |||||||||||
Gets the value of the gatewayTransactionType property.
| |||||||||||
Gets the value of the refundId property.
| |||||||||||
Gets the value of the requestString property.
| |||||||||||
Gets the value of the responseString property.
| |||||||||||
Gets the value of the transactionDate property.
| |||||||||||
Gets the value of the transactionId property.
| |||||||||||
Sets the value of the batchId property.
| |||||||||||
Sets the value of the gatewayReasonCode property.
| |||||||||||
Sets the value of the gatewayReasonCodeDescription property.
| |||||||||||
Sets the value of the gatewayState property.
| |||||||||||
Sets the value of the gatewayTransactionType property.
| |||||||||||
Sets the value of the refundId property.
| |||||||||||
Sets the value of the requestString property.
| |||||||||||
Sets the value of the responseString property.
| |||||||||||
Sets the value of the transactionDate property.
| |||||||||||
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
| |||||||||||
Gets the value of the batchId property.
Gets the value of the gatewayReasonCode property.
Gets the value of the gatewayReasonCodeDescription property.
Gets the value of the gatewayState property.
Gets the value of the gatewayTransactionType property.
Gets the value of the refundId property.
Gets the value of the requestString property.
Gets the value of the responseString property.
Gets the value of the transactionDate property.
Gets the value of the transactionId property.
Sets the value of the batchId property.
| value | Allowed object is String |
|---|
Sets the value of the gatewayReasonCode property.
| value | Allowed object is String |
|---|
Sets the value of the gatewayReasonCodeDescription property.
| value | Allowed object is String |
|---|
Sets the value of the gatewayState property.
| value | Allowed object is String |
|---|
Sets the value of the gatewayTransactionType property.
| value | Allowed object is String |
|---|
Sets the value of the refundId property.
| value | Allowed object is String |
|---|
Sets the value of the requestString property.
| value | Allowed object is String |
|---|
Sets the value of the responseString property.
| value | Allowed object is String |
|---|
Sets the value of the transactionDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the transactionId property.
| value | Allowed object is String |
|---|