Click or drag to resize

IAtomiaBillingApiIsQtyChangePossible Method

Check if quantity can be changed

Namespace:  Atomia.Billing.Core.Sdk
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
Dictionary - key = subscription id; value = 1 if domain is still registered, 0 if transferred away
See Also