| java.lang.Object | |||
| ↳ | com.zuora.api.object.Dynamic | ||
| ↳ | com.zuora.api.object.ZObject | ||
| ↳ | com.zuora.api.object.AccountingRun | ||
Java class for AccountingRun complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AccountingRun">
<complexContent>
<extension base="{http://object.api.zuora.com/}zObject">
<sequence>
<element name="AccountingRunDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="AccountingRunNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="AdjustmentExtractDownloadUrl" 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="InvoiceExtractDownloadUrl" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PaymentExtractDownloadUrl" 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="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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accountingRunDate | |||||||||||
| accountingRunNumber | |||||||||||
| adjustmentExtractDownloadUrl | |||||||||||
| createdById | |||||||||||
| createdDate | |||||||||||
| invoiceExtractDownloadUrl | |||||||||||
| paymentExtractDownloadUrl | |||||||||||
| status | |||||||||||
| 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 accountingRunDate property.
| |||||||||||
Gets the value of the accountingRunNumber property.
| |||||||||||
Gets the value of the adjustmentExtractDownloadUrl property.
| |||||||||||
Gets the value of the createdById property.
| |||||||||||
Gets the value of the createdDate property.
| |||||||||||
Gets the value of the invoiceExtractDownloadUrl property.
| |||||||||||
Gets the value of the paymentExtractDownloadUrl property.
| |||||||||||
Gets the value of the status property.
| |||||||||||
Gets the value of the updatedById property.
| |||||||||||
Gets the value of the updatedDate property.
| |||||||||||
Sets the value of the accountingRunDate property.
| |||||||||||
Sets the value of the accountingRunNumber property.
| |||||||||||
Sets the value of the adjustmentExtractDownloadUrl property.
| |||||||||||
Sets the value of the createdById property.
| |||||||||||
Sets the value of the createdDate property.
| |||||||||||
Sets the value of the invoiceExtractDownloadUrl property.
| |||||||||||
Sets the value of the paymentExtractDownloadUrl property.
| |||||||||||
Sets the value of the status 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 accountingRunDate property.
Gets the value of the accountingRunNumber property.
String
Gets the value of the adjustmentExtractDownloadUrl property.
String
Gets the value of the createdById property.
String
Gets the value of the createdDate property.
Gets the value of the invoiceExtractDownloadUrl property.
String
Gets the value of the paymentExtractDownloadUrl property.
String
Gets the value of the updatedById property.
String
Gets the value of the updatedDate property.
Sets the value of the accountingRunDate property.
| value | allowed object is XMLGregorianCalendar |
|---|
Sets the value of the accountingRunNumber property.
| value | allowed object is
String
|
|---|
Sets the value of the adjustmentExtractDownloadUrl 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 invoiceExtractDownloadUrl property.
| value | allowed object is
String
|
|---|
Sets the value of the paymentExtractDownloadUrl property.
| value | allowed object is
String
|
|---|
Sets the value of the status 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 |
|---|