ItemProvisioningAllowedType Property |
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
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public ProvisioningAllowedType ProvisioningAllowedType { get; set; }
Public Property ProvisioningAllowedType As ProvisioningAllowedType
Get
Set
public:
property ProvisioningAllowedType ProvisioningAllowedType {
ProvisioningAllowedType get ();
void set (ProvisioningAllowedType value);
}
member ProvisioningAllowedType : ProvisioningAllowedType with get, set
Property Value
Type:
ProvisioningAllowedTypeSee Also