Invoice Members CelloSaaS API Documentation
The Invoice type exposes the following members.
Constructors

  NameDescription
Public methodInvoice
Initializes a new instance of the Invoice class
Back to Top
Methods

  NameDescription
Public methodApplyChanges
This method is used to apply changes in the entity
(Inherited from BaseEntity.)
Public methodGetChanges
This mehod is used to get changes done in entity
(Inherited from BaseEntity.)
Public methodGetDeletedChanges
This method is used to get delete values in the entity
(Inherited from BaseEntity.)
Public methodTrackChanges
This is used to track changes in the entity
(Inherited from BaseEntity.)
Back to Top
Properties

  NameDescription
Public propertyAmount
Total bill amount (sum of all line items amount)
Public propertyBalanceAmount
Current bill balance amount (current bill amount - paid amount)
Public propertyBillFrequency
Gets or Sets BillFrequency
Public propertyBillFrequencyValue
Gets or Sets BillFrequencyValue
Public propertyCreatedBy
Gets or Sets CreatedBy
Public propertyCreatedOn
Gets or Sets CreatedOn
Public propertyDueDate
Gets or Sets DueDate
Public propertyEndDate
Gets or Sets EndDate
Public propertyEntityIdentifier
Gets the entity Identifier
(Inherited from BaseEntity.)
Public propertyExtendedRow
Gets or sets the extended entity row properties
(Inherited from BaseEntity.)
Public propertyId
Gets or Sets Id
Public propertyIdentifier
Gets or sets the Entity Identifier
(Inherited from BaseEntity.)
Public propertyInvoiceDate
Gets or Sets InvoiceDate
Public propertyInvoiceNo
Gets or Sets InvoiceNo
Public propertyInvoiceStatus
Gets or Sets InvoiceStatus
Public propertyInvoiceStatusValue
Gets or Sets InvoiceStatusValue
Public propertyIsTrackingOn
Gets or sets whether entity has trackability or not.
(Inherited from BaseEntity.)
Public propertyLineItems
Gets or Sets LineItems
Public propertyMemo
Gets or Sets Memo
Public propertyNetAmount
Balance amount + current bill amount
Public propertyNextInvoiceDate
Gets or Sets NextInvoiceDate
Public propertyPackageId
Gets or Sets PackageId
Public propertyPaidAmount
Paid amount
Public propertyParentTenantId
Gets or Sets ParentTenantId
Public propertyPayments
Gets or Sets Payments
Public propertyPendingBalance
Gets or Sets PendingBalance
Public propertyPricePlanId
Gets or Sets PricePlanId
Public propertyStartDate
Gets or Sets StartDate
Public propertySubtotal
Without tax components
Public propertyTaxAmount
Tax total amount
Public propertyTenantId
Gets or Sets TenantId
Public propertyTotalLineItem
Total line items count
Public propertyTrackingAdapter
Gets or sets tracking adapter property
(Inherited from BaseEntity.)
Public propertyUpdatedBy
Gets or Sets UpdatedBy
Public propertyUpdatedOn
Gets or Sets UpdatedOn
Back to Top
See Also