Namespace:
RainWorx.FrameWorx.Providers.Payment.Stripe
Assembly: RainWorx.FrameWorx.Providers.Payment.Stripe (in RainWorx.FrameWorx.Providers.Payment.Stripe.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.Payment.Stripe (in RainWorx.FrameWorx.Providers.Payment.Stripe.dll) Version: 3.5
Syntax
C#
public override bool CanPayInvoice( Invoice invoice, out ReasonCode reason )
Parameters
- invoice
- Type: RainWorx.FrameWorx.DTOInvoice
- reason
- Type: RainWorx.FrameWorx.DTOReasonCode
Return Value
Type: BooleanImplements
IPaymentProviderCanPayInvoice(Invoice, ReasonCode)See Also