| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.Refund | ||
Java class for Refund complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Refund">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="AccountId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="AccountingCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Amount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="Comment" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CreatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="CreatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Gateway" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GatewayResponse" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="GatewayResponseCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MethodType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="ReferenceID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RefundDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="RefundNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RefundTransactionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="SourceType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TransferredToAccounting" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="UpdatedById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="UpdatedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountId | |||||||||||
| accountingCode | |||||||||||
| amount | |||||||||||
| comment | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| gateway | |||||||||||
| gatewayResponse | |||||||||||
| gatewayResponseCode | |||||||||||
| methodType | |||||||||||
| paymentId | |||||||||||
| referenceID | |||||||||||
| refundDate | |||||||||||
| refundNumber | |||||||||||
| refundTransactionTime | |||||||||||
| sourceType | |||||||||||
| status | |||||||||||
| transferredToAccounting | |||||||||||
| type | |||||||||||
| updatedById | |||||||||||
| updatedDate | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.ZObject
| |||||||||||
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accountId property.
| |||||||||||
Gets the value of the accountingCode property.
| |||||||||||
Gets the value of the amount property.
| |||||||||||
Gets the value of the comment property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the gateway property.
| |||||||||||
Gets the value of the gatewayResponse property.
| |||||||||||
Gets the value of the gatewayResponseCode property.
| |||||||||||
Gets the value of the methodType property.
| |||||||||||
Gets the value of the paymentId property.
| |||||||||||
Gets the value of the referenceID property.
| |||||||||||
Gets the value of the refundDate property.
| |||||||||||
Gets the value of the refundNumber property.
| |||||||||||
Gets the value of the refundTransactionTime property.
| |||||||||||
Gets the value of the sourceType property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the transferredToAccounting property.
| |||||||||||
Gets the value of the type property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Sets the value of the accountId property.
| |||||||||||
Sets the value of the accountingCode property.
| |||||||||||
Sets the value of the amount property.
| |||||||||||
Sets the value of the comment property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the gateway property.
| |||||||||||
Sets the value of the gatewayResponse property.
| |||||||||||
Sets the value of the gatewayResponseCode property.
| |||||||||||
Sets the value of the methodType property.
| |||||||||||
Sets the value of the paymentId property.
| |||||||||||
Sets the value of the referenceID property.
| |||||||||||
Sets the value of the refundDate property.
| |||||||||||
Sets the value of the refundNumber property.
| |||||||||||
Sets the value of the refundTransactionTime property.
| |||||||||||
Sets the value of the sourceType property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the transferredToAccounting property.
| |||||||||||
Sets the value of the type property.
| |||||||||||
Sets the value of the updatedById property.
| |||||||||||
Sets the value of the updatedDate 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 accountId property.
String
Gets the value of the accountingCode property.
String
Gets the value of the amount property.
BigDecimal
Gets the value of the comment property.
String
Gets the value of the createdById property.
String
Gets the value of the createdDate property.
Gets the value of the gateway property.
String
Gets the value of the gatewayResponse property.
String
Gets the value of the gatewayResponseCode property.
String
Gets the value of the methodType property.
String
Gets the value of the paymentId property.
String
Gets the value of the referenceID property.
String
Gets the value of the refundDate property.
Gets the value of the refundNumber property.
String
Gets the value of the refundTransactionTime property.
Gets the value of the sourceType property.
String
Gets the value of the transferredToAccounting property.
String
Gets the value of the updatedById property.
String
Gets the value of the updatedDate property.
Sets the value of the accountId property.
| value | allowed object is
String
|
|---|
Sets the value of the accountingCode property.
| value | allowed object is
String
|
|---|
Sets the value of the amount property.
| value | allowed object is
BigDecimal
|
|---|
Sets the value of the comment property.
| value | allowed object is
String
|
|---|
Sets the value of the createdById property.
| value | allowed object is
String
|
|---|
Sets the value of the createdDate property.
| value | allowed object is XMLGregorianCalendar |
|---|
Sets the value of the gateway property.
| value | allowed object is
String
|
|---|
Sets the value of the gatewayResponse property.
| value | allowed object is
String
|
|---|
Sets the value of the gatewayResponseCode property.
| value | allowed object is
String
|
|---|
Sets the value of the methodType property.
| value | allowed object is
String
|
|---|
Sets the value of the paymentId property.
| value | allowed object is
String
|
|---|
Sets the value of the referenceID property.
| value | allowed object is
String
|
|---|
Sets the value of the refundDate property.
| value | allowed object is XMLGregorianCalendar |
|---|
Sets the value of the refundNumber property.
| value | allowed object is
String
|
|---|
Sets the value of the refundTransactionTime property.
| value | allowed object is XMLGregorianCalendar |
|---|
Sets the value of the sourceType property.
| value | allowed object is
String
|
|---|
Sets the value of the status property.
| value | allowed object is
String
|
|---|
Sets the value of the transferredToAccounting property.
| value | allowed object is
String
|
|---|
Sets the value of the type property.
| value | allowed object is
String
|
|---|
Sets the value of the updatedById property.
| value | allowed object is
String
|
|---|
Sets the value of the updatedDate property.
| value | allowed object is XMLGregorianCalendar |
|---|