PendingChargeHelperCreateAndSendPendingChargeInvoice Method |
Creates and sends the pending charge invoice.
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 void CreateAndSendPendingChargeInvoice(
Guid customerId,
IAtomiaBillingApi atomiaBillingApi
)
Public Shared Sub CreateAndSendPendingChargeInvoice (
customerId As Guid,
atomiaBillingApi As IAtomiaBillingApi
)
public:
static void CreateAndSendPendingChargeInvoice(
Guid customerId,
IAtomiaBillingApi^ atomiaBillingApi
)
static member CreateAndSendPendingChargeInvoice :
customerId : Guid *
atomiaBillingApi : IAtomiaBillingApi -> unit
Parameters
- customerId
- Type: SystemGuid
The customer identifier. - atomiaBillingApi
- Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
See Also