Item Class |
Namespace: Atomia.Billing.Core.Sdk.BusinessObjects
The Item type exposes the following members.
Name | Description | |
---|---|---|
AlignWithMainSubscription |
Gets or sets a value indicating whether subscription with this item should be aligned with main subscription.
| |
AllowAutocreditIfProvisioned |
Gets or sets a value indicating whether autocredit of provisioned subscription is allowed.
| |
AllowProrate |
Gets or sets a value indicating whether prorate should be applied on price.
| |
AllowToSubresellers |
Gets or sets a value indicating whether this product should be allowed to subresellers.
| |
ArticleNumber |
Gets or sets the article number.
| |
AutoCredit |
Gets or sets a value indicating whether auto credit should occur on termination of item.
| |
Category |
Gets or sets the category.
| |
Children |
Gets or sets the children. Item consists of one or more child items.
| |
CounterTypes |
Gets or sets CounterTypes.
| |
DataObject |
Gets or sets the data object. When getting data object it creates a new object from the database.
| |
DefferedRevenue |
Gets or sets a value indicating whether this product assumes deffered revenue.
| |
Deleted |
Gets or sets a value indicating whether this Item is deleted.
| |
DeliveryDate |
Gets or sets a value indicating whether this product should be delivered (when invoiced, or when invoiced + renewal period)
Possible values: 0=INVOICED, 1=INVOICED_RENEWAL
| |
Description |
Gets the description.
| |
DiscontinuedExpireAction |
Gets or sets the discontinued expire action.
| |
ForceRenewal |
Gets or sets the force renewal flag.
| |
Id |
Gets or sets the id.
| |
IncludedServices |
Gets or sets the included services.
| |
Locations |
Gets or sets the locations.
| |
MultilanguageDescriptions |
Gets or sets the multilanguage descriptions.
| |
MultilanguageNames |
Gets or sets the multilanguage names.
| |
Name |
Gets the name.
| |
NotPaidExpireAction |
Gets or sets the not paid expire action.
| |
PackageConfiguration |
Gets or sets the package configuration.
| |
Prices |
Gets or sets the prices.
| |
Properties |
Gets or sets the properties.
| |
ProvisioningAllowedType |
Gets or sets the type of the provisioning type applied to this product.
Provisioning types are:
ALLOWED_WITHOUT_PAYMENT
ALLOWED_AFTER_PAYMENT
ALLOWED_IF_RESELLER_CREDIT_LEVEL_PERMITS_IT
ALLOWED_IF_CUSTOMER_CREDIT_LEVEL_PERMITS_IT
| |
ProvisioningService |
Gets or sets the provisioning service.
| |
Recurring |
Gets or sets a value indicating whether this ItemData is recurring.
| |
RenewalInvoicePeriod |
Gets or sets the renewal invoice sending period.
| |
RenewalItemId |
Gets or sets the renewal item id.
| |
RenewalPeriod |
Gets or sets the renewal period in number of months.
| |
RenewalPeriods |
Gets or sets the renewal periods.
| |
RenewalPeriodUnit |
Gets or sets a value indicating whether [renewal period in months].
| |
RenewalWithoutInvoice |
Gets or sets the renewal without invoice.
| |
RenewingAllowedType |
Gets or sets the type of the renewing allowed.
Renewing types are:
ALLOWED_WITHOUT_PAYMENT
ALLOWED_AFTER_PAYMENT
ALLOWED_IMMEDIATELY_WITHOUT_INVOICE
| |
ReProvision |
Gets or sets a value indicating whether this product should be reprovisioned when renewed.
| |
ResellerPrices |
Gets or sets the reseller prices.
| |
SeparateRenewalInvoice |
Gets or sets a value indicating whether item is renewed on separate renewal invoice.
| |
SetStatus |
Gets or sets the SetStatus.
| |
ShopCategories |
Gets or sets the shop categories.
| |
Tags |
Gets or sets the tags.
| |
Tax1 |
Gets or sets tax1
| |
Tax2 |
Gets or sets tax2
| |
Tax2Mode |
Gets or sets the mode of tax2 (invoice or invoice+old_tax)
| |
Taxes |
Gets or sets the taxes.
| |
TerminationConfiguration |
Gets or sets the termination configuration.
| |
TerminationNoticePeriod |
Gets or sets the termination notice period.
| |
UpgradingAllowedType |
Gets or sets the type of the upgrading allowed.
Upgrading types are:
ALLOWED_WITHOUT_PAYMENT
ALLOWED_AFTER_PAYMENT
| |
UsageFormulaPluginName |
Gets or sets UsageFormulaPluginName.
|
Name | Description | |
---|---|---|
CalculateRenewalDate(DateTime) |
Calculates renewal date for passed date.
| |
CalculateRenewalDate(DateTime, RenewalPeriod) |
Calculates renewal date for passed date.
| |
Equals | Determines whether the specified object is equal to the current object. (Overrides ObjectEquals(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.) | |
GetNameByAccount |
Gets the name by account.
| |
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.
|