Click or drag to resize

PendingChargeHelperCreatePendingCharge Method

Creates the pending charge.

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 Subscription CreatePendingCharge(
	Guid resellerId,
	Guid customerId,
	string pendingChargeItemNumber,
	decimal quantity
)

Parameters

resellerId
Type: SystemGuid
The reseller identifier.
customerId
Type: SystemGuid
The customer identifier.
pendingChargeItemNumber
Type: SystemString
The pending charge item number.
quantity
Type: SystemDecimal
The quantity.

Return Value

Type: Subscription
Subscription that represents pending charge.
See Also