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
)
Public Overridable Function IsMatched (
paymentRuleResult As PaymentRuleResult
) As Boolean
public:
virtual bool IsMatched(
PaymentRuleResult^ paymentRuleResult
)
abstract IsMatched :
paymentRuleResult : PaymentRuleResult -> bool
override IsMatched :
paymentRuleResult : PaymentRuleResult -> bool
Parameters
- paymentRuleResult
- Type: Atomia.Billing.Core.Sdk.PluginsPaymentRuleResult
The payment rule result.
Return Value
Type:
Booleantrue if specified rule result has a payment status that is considered as matched, otherwise
false.
See Also