| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.Payment | ||
Java class for Payment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Payment">
<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="AppliedInvoiceAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="AuthTransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BankIdentificationNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CancelledOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="EffectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="GatewayOptionData" type="{http://api.zuora.com/}GatewayOptionData" minOccurs="0"/>
<element name="GatewayOrderId" 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="GatewayState" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="InvoiceId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="InvoiceNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="MarkedForSubmissionOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="PaymentMethodId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
<element name="PaymentNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReferenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RefundAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" minOccurs="0"/>
<element name="SecondPaymentReferenceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SettledOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SubmittedOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 | |||||||||||
| appliedInvoiceAmount | |||||||||||
| authTransactionId | |||||||||||
| bankIdentificationNumber | |||||||||||
| cancelledOn | |||||||||||
| comment | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| effectiveDate | |||||||||||
| gatewayOptionData | |||||||||||
| gatewayOrderId | |||||||||||
| gatewayResponse | |||||||||||
| gatewayResponseCode | |||||||||||
| gatewayState | |||||||||||
| invoiceId | |||||||||||
| invoiceNumber | |||||||||||
| markedForSubmissionOn | |||||||||||
| paymentMethodId | |||||||||||
| paymentNumber | |||||||||||
| referenceId | |||||||||||
| refundAmount | |||||||||||
| secondPaymentReferenceId | |||||||||||
| settledOn | |||||||||||
| status | |||||||||||
| submittedOn | |||||||||||
| 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 appliedInvoiceAmount property.
| |||||||||||
Gets the value of the authTransactionId property.
| |||||||||||
Gets the value of the bankIdentificationNumber property.
| |||||||||||
Gets the value of the cancelledOn 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 effectiveDate property.
| |||||||||||
Gets the value of the gatewayOptionData property.
| |||||||||||
Gets the value of the gatewayOrderId property.
| |||||||||||
Gets the value of the gatewayResponse property.
| |||||||||||
Gets the value of the gatewayResponseCode property.
| |||||||||||
Gets the value of the gatewayState property.
| |||||||||||
Gets the value of the invoiceId property.
| |||||||||||
Gets the value of the invoiceNumber property.
| |||||||||||
Gets the value of the markedForSubmissionOn property.
| |||||||||||
Gets the value of the paymentMethodId property.
| |||||||||||
Gets the value of the paymentNumber property.
| |||||||||||
Gets the value of the referenceId property.
| |||||||||||
Gets the value of the refundAmount property.
| |||||||||||
Gets the value of the secondPaymentReferenceId property.
| |||||||||||
Gets the value of the settledOn property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the submittedOn 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 appliedInvoiceAmount property.
| |||||||||||
Sets the value of the authTransactionId property.
| |||||||||||
Sets the value of the bankIdentificationNumber property.
| |||||||||||
Sets the value of the cancelledOn 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 effectiveDate property.
| |||||||||||
Sets the value of the gatewayOptionData property.
| |||||||||||
Sets the value of the gatewayOrderId property.
| |||||||||||
Sets the value of the gatewayResponse property.
| |||||||||||
Sets the value of the gatewayResponseCode property.
| |||||||||||
Sets the value of the gatewayState property.
| |||||||||||
Sets the value of the invoiceId property.
| |||||||||||
Sets the value of the invoiceNumber property.
| |||||||||||
Sets the value of the markedForSubmissionOn property.
| |||||||||||
Sets the value of the paymentMethodId property.
| |||||||||||
Sets the value of the paymentNumber property.
| |||||||||||
Sets the value of the referenceId property.
| |||||||||||
Sets the value of the refundAmount property.
| |||||||||||
Sets the value of the secondPaymentReferenceId property.
| |||||||||||
Sets the value of the settledOn property.
| |||||||||||
Sets the value of the status property.
| |||||||||||
Sets the value of the submittedOn 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.
Gets the value of the accountingCode property.
Gets the value of the amount property.
Gets the value of the appliedInvoiceAmount property.
Gets the value of the authTransactionId property.
Gets the value of the bankIdentificationNumber property.
Gets the value of the cancelledOn 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 effectiveDate property.
Gets the value of the gatewayOptionData property.
GatewayOptionData
Gets the value of the gatewayOrderId property.
Gets the value of the gatewayResponse property.
Gets the value of the gatewayResponseCode property.
Gets the value of the gatewayState property.
Gets the value of the invoiceId property.
Gets the value of the invoiceNumber property.
Gets the value of the markedForSubmissionOn property.
Gets the value of the paymentMethodId property.
Gets the value of the paymentNumber property.
Gets the value of the referenceId property.
Gets the value of the refundAmount property.
Gets the value of the secondPaymentReferenceId property.
Gets the value of the settledOn property.
Gets the value of the status property.
Gets the value of the submittedOn 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.
| 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 appliedInvoiceAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the authTransactionId property.
| value | Allowed object is String |
|---|
Sets the value of the bankIdentificationNumber property.
| value | Allowed object is String |
|---|
Sets the value of the cancelledOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 effectiveDate property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the gatewayOptionData property.
| value | Allowed object is
GatewayOptionData
|
|---|
Sets the value of the gatewayOrderId 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 gatewayState property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceId property.
| value | Allowed object is String |
|---|
Sets the value of the invoiceNumber property.
| value | Allowed object is String |
|---|
Sets the value of the markedForSubmissionOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the paymentMethodId property.
| value | Allowed object is String |
|---|
Sets the value of the paymentNumber property.
| value | Allowed object is String |
|---|
Sets the value of the referenceId property.
| value | Allowed object is String |
|---|
Sets the value of the refundAmount property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the secondPaymentReferenceId property.
| value | Allowed object is String |
|---|
Sets the value of the settledOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
Sets the value of the status property.
| value | Allowed object is String |
|---|
Sets the value of the submittedOn property.
| value | Allowed object is XMLGregorianCalendar |
|---|
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 |
|---|