Namespace:
RainWorx.FrameWorx.Providers.InvoiceLogic
Assembly: RainWorx.FrameWorx.Providers.InvoiceLogic (in RainWorx.FrameWorx.Providers.InvoiceLogic.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.InvoiceLogic (in RainWorx.FrameWorx.Providers.InvoiceLogic.dll) Version: 3.5
Syntax
C#
public void OnInvoicePaid( Invoice invoice, PaymentProviderResponse paymentResponse )
Parameters
- invoice
- Type: RainWorx.FrameWorx.DTOInvoice
- paymentResponse
- Type: RainWorx.FrameWorx.DTOPaymentProviderResponse
Implements
IPaymentHandlerOnInvoicePaid(Invoice, PaymentProviderResponse)See Also