public class

CreditBalanceAdjustment

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

Class Overview

Java class for CreditBalanceAdjustment complex type.

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

 <complexType name="CreditBalanceAdjustment">
   <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="AdjustmentDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="Number" 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="SourceTransactionId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceTransactionNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="SourceTransactionType" 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>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.zuora.api.object.ZObject
Fields
protected String accountId
protected String accountingCode
protected XMLGregorianCalendar adjustmentDate
protected BigDecimal amount
protected String comment
protected String createdById
protected XMLGregorianCalendar createdDate
protected String number
protected String referenceId
protected String sourceTransactionId
protected String sourceTransactionNumber
protected String sourceTransactionType
protected String status
protected String transferredToAccounting
protected String type
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
CreditBalanceAdjustment()
Public Methods
String getAccountId()
Gets the value of the accountId property.
String getAccountingCode()
Gets the value of the accountingCode property.
XMLGregorianCalendar getAdjustmentDate()
Gets the value of the adjustmentDate property.
BigDecimal getAmount()
Gets the value of the amount property.
String getComment()
Gets the value of the comment property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getNumber()
Gets the value of the number property.
String getReferenceId()
Gets the value of the referenceId property.
String getSourceTransactionId()
Gets the value of the sourceTransactionId property.
String getSourceTransactionNumber()
Gets the value of the sourceTransactionNumber property.
String getSourceTransactionType()
Gets the value of the sourceTransactionType property.
String getStatus()
Gets the value of the status property.
String getTransferredToAccounting()
Gets the value of the transferredToAccounting property.
String getType()
Gets the value of the type property.
String getUpdatedById()
Gets the value of the updatedById property.
XMLGregorianCalendar getUpdatedDate()
Gets the value of the updatedDate property.
void setAccountId(String value)
Sets the value of the accountId property.
void setAccountingCode(String value)
Sets the value of the accountingCode property.
void setAdjustmentDate(XMLGregorianCalendar value)
Sets the value of the adjustmentDate property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setComment(String value)
Sets the value of the comment property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setNumber(String value)
Sets the value of the number property.
void setReferenceId(String value)
Sets the value of the referenceId property.
void setSourceTransactionId(String value)
Sets the value of the sourceTransactionId property.
void setSourceTransactionNumber(String value)
Sets the value of the sourceTransactionNumber property.
void setSourceTransactionType(String value)
Sets the value of the sourceTransactionType property.
void setStatus(String value)
Sets the value of the status property.
void setTransferredToAccounting(String value)
Sets the value of the transferredToAccounting property.
void setType(String value)
Sets the value of the type 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 accountId

protected String accountingCode

protected XMLGregorianCalendar adjustmentDate

protected BigDecimal amount

protected String comment

protected String createdById

protected XMLGregorianCalendar createdDate

protected String number

protected String referenceId

protected String sourceTransactionId

protected String sourceTransactionNumber

protected String sourceTransactionType

protected String status

protected String transferredToAccounting

protected String type

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public CreditBalanceAdjustment ()

Public Methods

public String getAccountId ()

Gets the value of the accountId property.

Returns
  • possible object is String

public String getAccountingCode ()

Gets the value of the accountingCode property.

Returns
  • possible object is String

public XMLGregorianCalendar getAdjustmentDate ()

Gets the value of the adjustmentDate property.

Returns
  • possible object is XMLGregorianCalendar

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getComment ()

Gets the value of the comment property.

Returns
  • possible object is String

public String getCreatedById ()

Gets the value of the createdById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCreatedDate ()

Gets the value of the createdDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getNumber ()

Gets the value of the number property.

Returns
  • possible object is String

public String getReferenceId ()

Gets the value of the referenceId property.

Returns
  • possible object is String

public String getSourceTransactionId ()

Gets the value of the sourceTransactionId property.

Returns
  • possible object is String

public String getSourceTransactionNumber ()

Gets the value of the sourceTransactionNumber property.

Returns
  • possible object is String

public String getSourceTransactionType ()

Gets the value of the sourceTransactionType property.

Returns
  • possible object is String

public String getStatus ()

Gets the value of the status property.

Returns
  • possible object is String

public String getTransferredToAccounting ()

Gets the value of the transferredToAccounting property.

Returns
  • possible object is String

public String getType ()

Gets the value of the type property.

Returns
  • possible object is String

public String getUpdatedById ()

Gets the value of the updatedById property.

Returns
  • possible object is String

public XMLGregorianCalendar getUpdatedDate ()

Gets the value of the updatedDate property.

Returns
  • possible object is XMLGregorianCalendar

public void setAccountId (String value)

Sets the value of the accountId property.

Parameters
value Allowed object is String

public void setAccountingCode (String value)

Sets the value of the accountingCode property.

Parameters
value Allowed object is String

public void setAdjustmentDate (XMLGregorianCalendar value)

Sets the value of the adjustmentDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setComment (String value)

Sets the value of the comment 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 setNumber (String value)

Sets the value of the number property.

Parameters
value Allowed object is String

public void setReferenceId (String value)

Sets the value of the referenceId property.

Parameters
value Allowed object is String

public void setSourceTransactionId (String value)

Sets the value of the sourceTransactionId property.

Parameters
value Allowed object is String

public void setSourceTransactionNumber (String value)

Sets the value of the sourceTransactionNumber property.

Parameters
value Allowed object is String

public void setSourceTransactionType (String value)

Sets the value of the sourceTransactionType property.

Parameters
value Allowed object is String

public void setStatus (String value)

Sets the value of the status 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 setType (String value)

Sets the value of the type 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