Invoice Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The Invoice type exposes the following members.
| Name | Description | |
|---|---|---|
| AccountId |
Gets or sets the account id.
| |
| CreatedByAccountId |
Gets or sets the created account id.
| |
| Currency |
Gets or sets the currency.
| |
| CustomAttributes |
Gets or sets the custom attributes.
| |
| CustomerAddress |
Gets or sets the customer address.
| |
| CustomerAddress2 |
Gets or sets the customer address2.
| |
| CustomerCity |
Gets or sets the customer city.
| |
| CustomerCompanyName |
Gets or sets the name of the customer company.
| |
| CustomerCompanyNumber |
Gets or sets the customer company number.
| |
| CustomerCountry |
Gets or sets the customer country.
| |
| CustomerCountryState |
Gets or sets the customer country state.
| |
| CustomerEmail |
Gets or sets the customer email.
| |
| CustomerFirstName |
Gets or sets the first name of the customer.
| |
| CustomerId |
Gets or sets the customer id.
| |
| CustomerLastName |
Gets or sets the last name of the customer.
| |
| CustomerLegalNumber |
Gets or sets the legal number.
| |
| CustomerName |
Gets or sets the name of the customer.
| |
| CustomerZip |
Gets or sets the customer zip.
| |
| DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
| Description |
Gets or sets the description.
| |
| DiscountUsingPrepaidCredit |
Gets or sets a value indicating whether invoice should be discounted using prepaid credit.
| |
| DocumentType |
Gets or sets the document type.
| |
| DueDate |
Gets or sets the due date.
| |
| Id |
Gets or sets the id.
| |
| InvoiceDate |
Gets or sets the invoice date.
| |
| InvoiceLines |
Gets or sets the invoice lines.
| |
| InvoiceNotes |
Gets or sets the invoice notes.
| |
| InvoiceReminderDelay |
Gets or sets the invoice reminder delay.
| |
| InvoiceSubtotals |
Gets the invoice subtotals.
| |
| Notes |
Gets or sets the notes.
| |
| Notifications |
Gets or sets the invoice notifications.
| |
| Number |
Gets or sets the number.
| |
| PaidInvoice |
Gets or sets the paid invoice.
| |
| PaymentDate |
Gets or sets the payment date.
| |
| PenaltyRate |
Gets or sets the penalty rate.
| |
| ProformaReferenceNumberFormat |
Gets or sets the proforma reference number format.
| |
| Recipient |
Gets or sets the recipient.
| |
| ReferenceNumber |
Gets or sets the reference number.
| |
| ReferenceNumberFormat |
Gets or sets the reference number format.
| |
| RenderedContent |
Gets or sets the content of the rendered.
| |
| ResellerAddress |
Gets or sets the reseller address.
| |
| ResellerAddress2 |
Gets or sets the reseller address2.
| |
| ResellerCity |
Gets or sets the reseller city.
| |
| ResellerCommission |
Gets or sets the reseller commission.
| |
| ResellerCommissionTotal |
Gets or sets the reseller commission total.
| |
| ResellerCompanyName |
Gets or sets the name of the reseller company.
| |
| ResellerCompanyNumber |
Gets or sets the reseller company number.
| |
| ResellerCountry |
Gets or sets the reseller country.
| |
| ResellerCountryState |
Gets or sets the reseller country state.
| |
| ResellerFirstName |
Gets or sets the first name of the reseller.
| |
| ResellerLastName |
Gets or sets the last name of the reseller.
| |
| ResellerZip |
Gets or sets the reseller zip.
| |
| SendStatus |
Gets or sets the send status.
| |
| Status |
Gets or sets the status.
| |
| Subtotal |
Gets or sets the subtotal.
| |
| Tax1Name |
Gets or sets the name of the tax1.
| |
| Tax1Total |
Gets or sets the tax1 total.
| |
| Tax2Name |
Gets or sets the name of the tax2.
| |
| Tax2Total |
Gets or sets the tax2 total.
| |
| TemplateId |
Gets or sets the template id.
| |
| Total |
Gets or sets the total.
| |
| Type |
Gets or sets the invoice type.
|
| 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.
|