Click or drag to resize

IAtomiaBillingApiIsUpgradeableOrDowngradeable Method

Checks if subscriptions are upgradeable or downgradeable.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Dictionary<Guid, bool> IsUpgradeableOrDowngradeable(
	Account account,
	List<Guid> subscriptionIds
)

Parameters

account
Type: Account
The account.
subscriptionIds
Type: System.Collections.GenericListGuid
The subscription ids.

Return Value

Type: DictionaryGuid, Boolean
Results map.
See Also