Click or drag to resize

IAtomiaBillingApiParsePaymentFileForReseller 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 ParsePaymentFileForReseller(
	Uri filePath,
	string batchTimestampPart,
	Account reseller
)

Parameters

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

Return Value

Type: ParsePaymentFileResult
Result of payment file parsing.
See Also