Click or drag to resize

PaymentMatcherPluginBaseMatchPayment Method

Matches the payment.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public virtual PaymentMatchResult MatchPayment(
	PayFileRecord payFileRecord
)

Parameters

payFileRecord
Type: Atomia.Billing.Core.Sdk.BusinessObjectsPayFileRecord
The pay file record.

Return Value

Type: PaymentMatchResult
Payment match result.

Implements

IPaymentMatcherMatchPayment(PayFileRecord)
See Also