Click or drag to resize

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; }

Property Value

Type: RenewingAllowedType
The type of the renewing allowed.
See Also