Click or drag to resize

IAtomiaBillingApiProcessPayFileRecords Method

Processes the pay file records.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
int ProcessPayFileRecords(
	IEnumerable<Guid> recordIds,
	Account resellerAccount
)

Parameters

recordIds
Type: System.Collections.GenericIEnumerableGuid
The record ids.
resellerAccount
Type: Account
The reseller account.

Return Value

Type: Int32
Number of processed records.
See Also