CreditedInvoice Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The CreditedInvoice type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreditedInvoice |
Initializes a new instance of the CreditedInvoice class.
|
Name | Description | |
---|---|---|
![]() | AccountId |
Gets or sets AccountId.
|
![]() | CreatedByAccountId |
Gets or sets CreatedByAccountId.
|
![]() | CreatedTime |
Gets or sets CreatedTime.
|
![]() | CreditedTotal |
Gets or sets CreditedTotal.
|
![]() | Currency |
Gets or sets Currency.
|
![]() | CustomAttributes |
Gets or sets CustomAttributes.
|
![]() | DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
|
![]() | Description |
Gets or sets Description.
|
![]() | Id |
Gets or sets Id.
|
![]() | Invoice |
Gets or sets Invoice.
|
![]() | InvoiceDate |
Gets or sets InvoiceDate.
|
![]() | InvoiceLines |
Gets or sets InvoiceLines.
|
![]() | LastChangeTime |
Gets or sets LastChangeTime.
|
![]() | Notes |
Gets or sets Notes.
|
![]() | Number |
Gets or sets Number.
|
![]() | ReferenceNumber |
Gets or sets ReferenceNumber.
|
![]() | RenderedContent |
Gets or sets RenderedContent.
|
![]() | SendStatus |
Gets or sets SendStatus.
|
![]() | Status |
Gets or sets Status.
|
![]() | Subtotal |
Gets or sets Subtotal.
|
![]() | Tax1CreditedSum |
Gets or sets Tax1CreditedSum.
|
![]() | Tax1Name |
Gets or sets Tax1Name.
|
![]() | Tax1Total |
Gets or sets Tax1Total.
|
![]() | Tax2CreditedSum |
Gets or sets Tax2CreditedSum.
|
![]() | Tax2Name |
Gets or sets Tax2Name.
|
![]() | Tax2Total |
Gets or sets Tax2Total.
|
![]() | TemplateId |
Gets or sets TemplateId.
|
![]() | Total |
Gets or sets Total.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateDataObject |
Updates the data object by merging it's properties with the properties from the current business object.
|