Click or drag to resize

PaymentMatcherPluginBaseIsMatched Method

Determines whether the specified payment rule result is matched.

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 bool IsMatched(
	PaymentRuleResult paymentRuleResult
)

Parameters

paymentRuleResult
Type: Atomia.Billing.Core.Sdk.PluginsPaymentRuleResult
The payment rule result.

Return Value

Type: Boolean
true if specified rule result has a payment status that is considered as matched, otherwise false.
See Also