ItemAllowAutocreditIfProvisioned Property |
Gets or sets a value indicating whether autocredit of provisioned subscription is allowed.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public bool AllowAutocreditIfProvisioned { get; set; }
Public Property AllowAutocreditIfProvisioned As Boolean
Get
Set
public:
property bool AllowAutocreditIfProvisioned {
bool get ();
void set (bool value);
}
member AllowAutocreditIfProvisioned : bool with get, set
Property Value
Type:
Booleantrue if allow autocredit oif provisioned]; otherwise,
false.
See Also