AtomiaBillingItemCategories Property |
Gets or sets the ItemCategories.
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public virtual ItemCategories ItemCategories { get; set; }
Public Overridable Property ItemCategories As ItemCategories
Get
Set
public:
virtual property ItemCategories^ ItemCategories {
ItemCategories^ get ();
void set (ItemCategories^ value);
}
abstract ItemCategories : ItemCategories with get, set
override ItemCategories : ItemCategories with get, set
Property Value
Type:
ItemCategoriesSee Also