public class

InvoiceAdjustment

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

Class Overview

Java class for InvoiceAdjustment complex type.

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

 <complexType name="InvoiceAdjustment">
   <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="AdjustmentNumber" 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="CancelledById" type="{http://api.zuora.com/}ID" minOccurs="0"/>
         <element name="CancelledOn" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="Comments" 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="CustomerName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="CustomerNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ImpactAmount" type="{http://www.w3.org/2001/XMLSchema}decimal" 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="ReasonCode" 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="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 String adjustmentNumber
protected BigDecimal amount
protected String cancelledById
protected XMLGregorianCalendar cancelledOn
protected String comments
protected String createdById
protected XMLGregorianCalendar createdDate
protected String customerName
protected String customerNumber
protected BigDecimal impactAmount
protected String invoiceId
protected String invoiceNumber
protected String reasonCode
protected String referenceId
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
Public Constructors
InvoiceAdjustment()
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.
String getAdjustmentNumber()
Gets the value of the adjustmentNumber property.
BigDecimal getAmount()
Gets the value of the amount property.
String getCancelledById()
Gets the value of the cancelledById property.
XMLGregorianCalendar getCancelledOn()
Gets the value of the cancelledOn property.
String getComments()
Gets the value of the comments property.
String getCreatedById()
Gets the value of the createdById property.
XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.
String getCustomerName()
Gets the value of the customerName property.
String getCustomerNumber()
Gets the value of the customerNumber property.
BigDecimal getImpactAmount()
Gets the value of the impactAmount property.
String getInvoiceId()
Gets the value of the invoiceId property.
String getInvoiceNumber()
Gets the value of the invoiceNumber property.
String getReasonCode()
Gets the value of the reasonCode property.
String getReferenceId()
Gets the value of the referenceId 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 setAdjustmentNumber(String value)
Sets the value of the adjustmentNumber property.
void setAmount(BigDecimal value)
Sets the value of the amount property.
void setCancelledById(String value)
Sets the value of the cancelledById property.
void setCancelledOn(XMLGregorianCalendar value)
Sets the value of the cancelledOn property.
void setComments(String value)
Sets the value of the comments property.
void setCreatedById(String value)
Sets the value of the createdById property.
void setCreatedDate(XMLGregorianCalendar value)
Sets the value of the createdDate property.
void setCustomerName(String value)
Sets the value of the customerName property.
void setCustomerNumber(String value)
Sets the value of the customerNumber property.
void setImpactAmount(BigDecimal value)
Sets the value of the impactAmount property.
void setInvoiceId(String value)
Sets the value of the invoiceId property.
void setInvoiceNumber(String value)
Sets the value of the invoiceNumber property.
void setReasonCode(String value)
Sets the value of the reasonCode property.
void setReferenceId(String value)
Sets the value of the referenceId 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 String adjustmentNumber

protected BigDecimal amount

protected String cancelledById

protected XMLGregorianCalendar cancelledOn

protected String comments

protected String createdById

protected XMLGregorianCalendar createdDate

protected String customerName

protected String customerNumber

protected BigDecimal impactAmount

protected String invoiceId

protected String invoiceNumber

protected String reasonCode

protected String referenceId

protected String status

protected String transferredToAccounting

protected String type

protected String updatedById

protected XMLGregorianCalendar updatedDate

Public Constructors

public InvoiceAdjustment ()

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 String getAdjustmentNumber ()

Gets the value of the adjustmentNumber property.

Returns
  • possible object is String

public BigDecimal getAmount ()

Gets the value of the amount property.

Returns
  • possible object is BigDecimal

public String getCancelledById ()

Gets the value of the cancelledById property.

Returns
  • possible object is String

public XMLGregorianCalendar getCancelledOn ()

Gets the value of the cancelledOn property.

Returns
  • possible object is XMLGregorianCalendar

public String getComments ()

Gets the value of the comments 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 getCustomerName ()

Gets the value of the customerName property.

Returns
  • possible object is String

public String getCustomerNumber ()

Gets the value of the customerNumber property.

Returns
  • possible object is String

public BigDecimal getImpactAmount ()

Gets the value of the impactAmount property.

Returns
  • possible object is BigDecimal

public String getInvoiceId ()

Gets the value of the invoiceId property.

Returns
  • possible object is String

public String getInvoiceNumber ()

Gets the value of the invoiceNumber property.

Returns
  • possible object is String

public String getReasonCode ()

Gets the value of the reasonCode property.

Returns
  • possible object is String

public String getReferenceId ()

Gets the value of the referenceId 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 setAdjustmentNumber (String value)

Sets the value of the adjustmentNumber property.

Parameters
value Allowed object is String

public void setAmount (BigDecimal value)

Sets the value of the amount property.

Parameters
value Allowed object is BigDecimal

public void setCancelledById (String value)

Sets the value of the cancelledById property.

Parameters
value Allowed object is String

public void setCancelledOn (XMLGregorianCalendar value)

Sets the value of the cancelledOn property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setComments (String value)

Sets the value of the comments 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 setCustomerName (String value)

Sets the value of the customerName property.

Parameters
value Allowed object is String

public void setCustomerNumber (String value)

Sets the value of the customerNumber property.

Parameters
value Allowed object is String

public void setImpactAmount (BigDecimal value)

Sets the value of the impactAmount property.

Parameters
value Allowed object is BigDecimal

public void setInvoiceId (String value)

Sets the value of the invoiceId property.

Parameters
value Allowed object is String

public void setInvoiceNumber (String value)

Sets the value of the invoiceNumber property.

Parameters
value Allowed object is String

public void setReasonCode (String value)

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