ItemRenewingAllowedType Property |
Gets or sets the type of the renewing allowed.
Renewing types are:
ALLOWED_WITHOUT_PAYMENT
ALLOWED_AFTER_PAYMENT
ALLOWED_IMMEDIATELY_WITHOUT_INVOICE
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public RenewingAllowedType RenewingAllowedType { get; set; }
Public Property RenewingAllowedType As RenewingAllowedType
Get
Set
public:
property RenewingAllowedType RenewingAllowedType {
RenewingAllowedType get ();
void set (RenewingAllowedType value);
}
member RenewingAllowedType : RenewingAllowedType with get, set
Property Value
Type:
RenewingAllowedTypeThe type of the renewing allowed.
See Also