Click or drag to resize

SubscriptionHelperGetPendingCharges Method

Gets the pending charges.

Namespace:  Atomia.Billing.Core.Sdk.BusinessLogic
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public static List<Subscription> GetPendingCharges(
	Guid customerId
)

Parameters

customerId
Type: SystemGuid
The customer identifier.

Return Value

Type: ListSubscription
List of pending charges of the given customer.
See Also