Click or drag to resize

IProvisioningPluginIsQtyChangePossible Method

Checks if quantity can be changed for the subsription.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
bool IsQtyChangePossible(
	Subscription subscription,
	string quantity
)

Parameters

subscription
Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription.
quantity
Type: SystemString
The quantity.

Return Value

Type: Boolean
If quantity can be changed true will be returned, otherwise false.
See Also