Click or drag to resize

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
)

Parameters

customerId
Type: SystemGuid
The customer identifier.
atomiaBillingApi
Type: Atomia.Billing.Core.SdkIAtomiaBillingApi
The atomia billing API.
See Also