Click or drag to resize

IPayFileRecordParserPluginParsePayFileRecords Method

Parses the pay file records.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
IList<PayFileRecord> ParsePayFileRecords(
	Stream fileStream
)

Parameters

fileStream
Type: System.IOStream
The file stream.

Return Value

Type: IListPayFileRecord
List of pay file records.
See Also