AllowedOldSubscriptionStatesRemove Method |
Namespace:
Atomia.Billing.Core.Sdk.Configuration
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public void Remove(
AllowedOldSubscriptionState allowedOldSubscriptionState
)
Public Sub Remove (
allowedOldSubscriptionState As AllowedOldSubscriptionState
)
public:
void Remove(
AllowedOldSubscriptionState^ allowedOldSubscriptionState
)
member Remove :
allowedOldSubscriptionState : AllowedOldSubscriptionState -> unit
Parameters
- allowedOldSubscriptionState
- Type: Atomia.Billing.Core.Sdk.ConfigurationAllowedOldSubscriptionState
The AllowedOldSubscriptionState to remove.
See Also