public class

PaymentAccountingDetail

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

Class Overview

Java class for PaymentAccountingDetail complex type.

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

 <complexType name="PaymentAccountingDetail">
   <complexContent>
     <extension base="{http://object.api.zuora.com/}zObject">
       <sequence>
         <element name="AccountingRunDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunErrorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunExternalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="AccountingRunNotes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="AccountingRunUpdateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="AccountingRunUserId" 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="PaymentId" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="ReconciliationStatus" 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="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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String accountingRunDescription
protected String accountingRunErrorCode
protected String accountingRunExternalId
protected String accountingRunId
protected String accountingRunNotes
protected String accountingRunSource
protected XMLGregorianCalendar accountingRunUpdateTime
protected String accountingRunUserId
protected String createdById
protected XMLGregorianCalendar createdDate
protected String paymentId
protected String reconciliationStatus
protected String transferredToAccounting
protected String updatedById
protected XMLGregorianCalendar updatedDate
[Expand]
Inherited Fields
From class com.zuora.api.object.ZObject
From class com.zuora.api.object.Dynamic
Public Constructors
PaymentAccountingDetail()
Public Methods
String getAccountingRunDescription()
Gets the value of the accountingRunDescription property.
String getAccountingRunErrorCode()
Gets the value of the accountingRunErrorCode property.
String getAccountingRunExternalId()
Gets the value of the accountingRunExternalId property.
String getAccountingRunId()
Gets the value of the accountingRunId property.
String getAccountingRunNotes()
Gets the value of the accountingRunNotes property.
String getAccountingRunSource()
Gets the value of the accountingRunSource property.
XMLGregorianCalendar getAccountingRunUpdateTime()
Gets the value of the accountingRunUpdateTime property.
String getAccountingRunUserId()
Gets the value of the accountingRunUserId property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getPaymentId()
Gets the value of the paymentId property.
String getReconciliationStatus()
Gets the value of the reconciliationStatus property.
String getTransferredToAccounting()
Gets the value of the transferredToAccounting property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountingRunDescription(String value)
Sets the value of the accountingRunDescription property.
void setAccountingRunErrorCode(String value)
Sets the value of the accountingRunErrorCode property.
void setAccountingRunExternalId(String value)
Sets the value of the accountingRunExternalId property.
void setAccountingRunId(String value)
Sets the value of the accountingRunId property.
void setAccountingRunNotes(String value)
Sets the value of the accountingRunNotes property.
void setAccountingRunSource(String value)
Sets the value of the accountingRunSource property.
void setAccountingRunUpdateTime(XMLGregorianCalendar value)
Sets the value of the accountingRunUpdateTime property.
void setAccountingRunUserId(String value)
Sets the value of the accountingRunUserId property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setPaymentId(String value)
Sets the value of the paymentId property.
void setReconciliationStatus(String value)
Sets the value of the reconciliationStatus property.
void setTransferredToAccounting(String value)
Sets the value of the transferredToAccounting property.
void setUpdatedById(String value)
Sets the value of the updatedById property.
void setUpdatedDate(XMLGregorianCalendar value)
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

Constants

private static final long serialVersionUID

Constant Value: 100 (0x0000000000000064)

Fields

protected String accountingRunDescription

protected String accountingRunErrorCode

protected String accountingRunExternalId

protected String accountingRunId

protected String accountingRunNotes

protected String accountingRunSource

protected XMLGregorianCalendar accountingRunUpdateTime

protected String accountingRunUserId

protected String createdById

protected XMLGregorianCalendar createdDate

protected String paymentId

protected String reconciliationStatus

protected String transferredToAccounting

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public PaymentAccountingDetail ()

Public Methods

public String getAccountingRunDescription ()

Gets the value of the accountingRunDescription property.

Returns

public String getAccountingRunErrorCode ()

Gets the value of the accountingRunErrorCode property.

Returns

public String getAccountingRunExternalId ()

Gets the value of the accountingRunExternalId property.

Returns

public String getAccountingRunId ()

Gets the value of the accountingRunId property.

Returns

public String getAccountingRunNotes ()

Gets the value of the accountingRunNotes property.

Returns

public String getAccountingRunSource ()

Gets the value of the accountingRunSource property.

Returns

public XMLGregorianCalendar getAccountingRunUpdateTime ()

Gets the value of the accountingRunUpdateTime property.

Returns
  • possible object is XMLGregorianCalendar

public String getAccountingRunUserId ()

Gets the value of the accountingRunUserId property.

Returns

public String getCreatedById ()

Gets the value of the createdById property.

Returns

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getPaymentId ()

Gets the value of the paymentId property.

Returns

public String getReconciliationStatus ()

Gets the value of the reconciliationStatus property.

Returns

public String getTransferredToAccounting ()

Gets the value of the transferredToAccounting property.

Returns

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccountingRunDescription (String value)

Sets the value of the accountingRunDescription property.

Parameters
value allowed object is String

public void setAccountingRunErrorCode (String value)

Sets the value of the accountingRunErrorCode property.

Parameters
value allowed object is String

public void setAccountingRunExternalId (String value)

Sets the value of the accountingRunExternalId property.

Parameters
value allowed object is String

public void setAccountingRunId (String value)

Sets the value of the accountingRunId property.

Parameters
value allowed object is String

public void setAccountingRunNotes (String value)

Sets the value of the accountingRunNotes property.

Parameters
value allowed object is String

public void setAccountingRunSource (String value)

Sets the value of the accountingRunSource property.

Parameters
value allowed object is String

public void setAccountingRunUpdateTime (XMLGregorianCalendar value)

Sets the value of the accountingRunUpdateTime property.

Parameters
value allowed object is XMLGregorianCalendar

public void setAccountingRunUserId (String value)

Sets the value of the accountingRunUserId property.

Parameters
value allowed object is String

public void setCreatedById (String value)

Sets the value of the createdById property.

Parameters
value allowed object is String

public void setCreatedDate (XMLGregorianCalendar value)

Sets the value of the createdDate property.

Parameters
value allowed object is XMLGregorianCalendar

public void setPaymentId (String value)

Sets the value of the paymentId property.

Parameters
value allowed object is String

public void setReconciliationStatus (String value)

Sets the value of the reconciliationStatus property.

Parameters
value allowed object is String

public void setTransferredToAccounting (String value)

Sets the value of the transferredToAccounting property.

Parameters
value allowed object is String

public void setUpdatedById (String value)

Sets the value of the updatedById property.

Parameters
value allowed object is String

public void setUpdatedDate (XMLGregorianCalendar value)

Sets the value of the updatedDate property.

Parameters
value allowed object is XMLGregorianCalendar