Click or drag to resize

IPayFileProcessorPluginParseFile Method

Note: This API is now obsolete.

Parses the given file and returns all the payments.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
[ObsoleteAttribute("This method is obsolete. Please, use method that return IList<PayFileRecord>.")]
IList<Payment> ParseFile(
	Stream fileStream
)

Parameters

fileStream
Type: System.IOStream
Pay file stream.

Return Value

Type: IListPayment
List of parsed payments.
See Also