Click or drag to resize

IAtomiaBillingApiGetPayFileRecordById Method

Gets the pay file record by identifier.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
PayFileRecord GetPayFileRecordById(
	Guid id
)

Parameters

id
Type: SystemGuid
The identifier.

Return Value

Type: PayFileRecord
Pay file record with the given id.
See Also