InvoiceLine Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The InvoiceLine type exposes the following members.
| Name | Description | |
|---|---|---|
| InvoiceLine |
Initializes a new instance of the InvoiceLine class.
|
| Name | Description | |
|---|---|---|
| CommissionDiscount |
Gets or sets the commission discount.
| |
| CustomAttributes |
Gets or sets the custom attributes.
| |
| 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.
| |
| Discount |
Gets or sets the discount.
| |
| EndDate |
Gets or sets the end date.
| |
| Id |
Gets or sets the id.
| |
| InvoiceId |
Gets or sets the invoice id.
| |
| IsProRated |
Gets or sets a value indicating whether this instance is pro rated.
| |
| ItemExternalId |
Gets or sets the item external id.
| |
| ItemId |
Gets or sets the item id.
| |
| ItemName |
Gets or sets the name of the item.
| |
| ItemNo |
Gets or sets the item no.
| |
| ItemNumber |
Gets or sets the item number.
| |
| Price |
Gets or sets the price.
| |
| Quantity |
Gets or sets the quantity.
| |
| Recurring |
Gets or sets a value indicating whether this ItemData is recurring.
| |
| RenewalPeriod |
Gets or sets the renewal period.
| |
| RenewalPeriodId |
Gets or sets the renewal period id.
| |
| RenewalPeriodUnit |
Gets or sets the renewal period unit.
| |
| ResellerCommission |
Gets or sets the reseller commission.
| |
| ResellerPrice |
Gets or sets the reseller price.
| |
| StartDate |
Gets or sets the start date.
| |
| SubscriptionId |
Gets or sets the subscription identifier.
| |
| Taxes |
Gets or sets the taxes.
| |
| Usages |
Gets or sets Usages.
|
| Name | Description | |
|---|---|---|
| DeepCompareDataObjects |
Return true if an instance of a data object is exactly identical to another (including recursively
comparing CustomAttributes, Taxes and Usages.
| |
| 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.) | |
| ItemSubtotal |
Return the item's subtotal (discounted price without tax).
| |
| ItemTaxAmount |
Return the tax amount.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PriceWithTax |
Gets price with tax included.
| |
| 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.
|