C# Класс Moolah.DataCash.DataCashMoToGateway

Наследование: IPaymentGateway
Показать файл Открыть проект

Открытые методы

Метод Описание
CancelTransaction ( string originalTransactionReference ) : ICancelTransactionResponse
DataCashMoToGateway ( ) : System
DataCashMoToGateway ( Moolah.DataCash.DataCashConfiguration configuration ) : System
DataCashMoToGateway ( Moolah.DataCash.DataCashConfiguration configuration, IHttpClient httpClient, IDataCashPaymentRequestBuilder requestBuilder, IDataCashResponseParser responseParser, IRefundGateway refundGateway, ICancelGateway cancelGateway ) : System

TODO: Make internal and visible to Moolah.Specs

Payment ( string merchantReference, decimal amount, CardDetails card, Moolah.DataCash.BillingAddress billingAddress = null, string currencyCode = null ) : ICardPaymentResponse
RefundTransaction ( string originalTransactionReference, decimal amount ) : IRefundTransactionResponse

Описание методов

CancelTransaction() публичный Метод

public CancelTransaction ( string originalTransactionReference ) : ICancelTransactionResponse
originalTransactionReference string
Результат ICancelTransactionResponse

DataCashMoToGateway() публичный Метод

public DataCashMoToGateway ( ) : System
Результат System

DataCashMoToGateway() публичный Метод

public DataCashMoToGateway ( Moolah.DataCash.DataCashConfiguration configuration ) : System
configuration Moolah.DataCash.DataCashConfiguration
Результат System

DataCashMoToGateway() публичный Метод

TODO: Make internal and visible to Moolah.Specs
public DataCashMoToGateway ( Moolah.DataCash.DataCashConfiguration configuration, IHttpClient httpClient, IDataCashPaymentRequestBuilder requestBuilder, IDataCashResponseParser responseParser, IRefundGateway refundGateway, ICancelGateway cancelGateway ) : System
configuration Moolah.DataCash.DataCashConfiguration
httpClient IHttpClient
requestBuilder IDataCashPaymentRequestBuilder
responseParser IDataCashResponseParser
refundGateway IRefundGateway
cancelGateway ICancelGateway
Результат System

Payment() публичный Метод

public Payment ( string merchantReference, decimal amount, CardDetails card, Moolah.DataCash.BillingAddress billingAddress = null, string currencyCode = null ) : ICardPaymentResponse
merchantReference string
amount decimal
card CardDetails
billingAddress Moolah.DataCash.BillingAddress
currencyCode string
Результат ICardPaymentResponse

RefundTransaction() публичный Метод

public RefundTransaction ( string originalTransactionReference, decimal amount ) : IRefundTransactionResponse
originalTransactionReference string
amount decimal
Результат IRefundTransactionResponse