Click or drag to resize

IAtomiaBillingApiGetSubscriptionById Method

Gets the subscription by id.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Subscription GetSubscriptionById(
	Guid subscriptionId,
	Account account
)

Parameters

subscriptionId
Type: SystemGuid
The subscription id.
account
Type: Account
The account.

Return Value

Type: Subscription
Requested subscription.
See Also