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
)
Public Shared Function GetPendingCharges (
customerId As Guid
) As List(Of Subscription)
public:
static List<Subscription^>^ GetPendingCharges(
Guid customerId
)
static member GetPendingCharges :
customerId : Guid -> List<Subscription>
Parameters
- customerId
- Type: SystemGuid
The customer identifier.
Return Value
Type:
ListSubscription
List of pending charges of the given customer.
See Also