Click or drag to resize

IAtomiaBillingApiChangeSubscriptionStatus Method

Changes the subscription status.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int ChangeSubscriptionStatus(
	Guid[] subscriptionIds,
	string newStatus,
	string reason
)

Parameters

subscriptionIds
Type: SystemGuid
The subscription ids.
newStatus
Type: SystemString
The new status.
reason
Type: SystemString
The reason.

Return Value

Type: Int32
Number of updated subscriptions.
See Also