Click or drag to resize

IAtomiaBillingApiParsePaymentFile Method

Queries all plugins and parses payment file if there is plugin for that type.

Namespace:  Atomia.Billing.Core.Sdk
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
ParsePaymentFileResult ParsePaymentFile(
	Uri filePath,
	string batchTimestampPart
)

Parameters

filePath
Type: SystemUri
The path to the file.
batchTimestampPart
Type: SystemString
Timestamp part for current batch.

Return Value

Type: ParsePaymentFileResult
Result of payment file parsing.
See Also