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 PaymentProviderResponse ProcessPayment( Invoice invoice, PaymentParameters paymentParameters )
Parameters
- invoice
- Type: RainWorx.FrameWorx.DTOInvoice
- paymentParameters
- Type: RainWorx.FrameWorx.DTOPaymentParameters
Return Value
Type: PaymentProviderResponseImplements
IPaymentProviderProcessPayment(Invoice, PaymentParameters)See Also