Click or drag to resize

IAtomiaBillingApiCreatePrepaidCreditRecords Method

Creates the prepaid credit record.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
void CreatePrepaidCreditRecords(
	Guid accountId,
	IList<PrepaidCredit> records
)

Parameters

accountId
Type: SystemGuid
The account id.
records
Type: System.Collections.GenericIListPrepaidCredit
The records.
See Also