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
)
Function IsQtyChangePossible (
subscription As Subscription,
quantity As String
) As Boolean
bool IsQtyChangePossible(
Subscription^ subscription,
String^ quantity
)
abstract IsQtyChangePossible :
subscription : Subscription *
quantity : string -> bool
Parameters
- subscription
- Type: Atomia.Billing.Core.Sdk.BusinessObjectsSubscription
The subscription. - quantity
- Type: SystemString
The quantity.
Return Value
Type:
BooleanIf quantity can be changed true will be returned, otherwise false.
See Also