Namespace:
RainWorx.FrameWorx.Providers.Payment.Dummy
Assembly: RainWorx.FrameWorx.Providers.Payment.Dummy (in RainWorx.FrameWorx.Providers.Payment.Dummy.dll) Version: 3.5
Assembly: RainWorx.FrameWorx.Providers.Payment.Dummy (in RainWorx.FrameWorx.Providers.Payment.Dummy.dll) Version: 3.5
Syntax
C#
public BatchPaymentCapability PrepareBatchPayment( Invoice invoice, out PaymentParameters paymentParameters, out string details )
Parameters
- invoice
- Type: RainWorx.FrameWorx.DTOInvoice
- paymentParameters
- Type: RainWorx.FrameWorx.DTOPaymentParameters
- details
- Type: SystemString
Return Value
Type: BatchPaymentCapabilityImplements
IPaymentProviderPrepareBatchPayment(Invoice, PaymentParameters, String)See Also