AllowedSubscriptionStatesForProvisioningOldSubscriptionStates Property |
Gets or sets the OldSubscriptionStates.
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 AllowedOldSubscriptionStates OldSubscriptionStates { get; set; }
Public Overridable Property OldSubscriptionStates As AllowedOldSubscriptionStates
Get
Set
public:
virtual property AllowedOldSubscriptionStates^ OldSubscriptionStates {
AllowedOldSubscriptionStates^ get ();
void set (AllowedOldSubscriptionStates^ value);
}
abstract OldSubscriptionStates : AllowedOldSubscriptionStates with get, set
override OldSubscriptionStates : AllowedOldSubscriptionStates with get, set
Property Value
Type:
AllowedOldSubscriptionStatesSee Also