C# Класс QuickPay.SDK.Endpoints

Показать файл Открыть проект

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

Метод Описание
Cards ( ) : Uri
Cards ( string cardId ) : Uri
Cards ( string cardId, string action ) : Uri
CardsAuthorize ( string cardId ) : Uri
CardsCancel ( string cardId ) : Uri
CardsLink ( string cardId ) : Uri
CardsTokens ( string cardId ) : Uri
Changelog ( ) : Uri
Fees ( ) : Uri
Fees ( string acquirer, string paymentMethod ) : Uri
FeesFormulas ( ) : Uri
FeesFormulas ( string acquirer ) : Uri
FeesFormulas ( string acquirer, string paymentMethod ) : Uri
Invoices ( ) : Uri
Invoices ( int invoiceId ) : Uri
Payments ( ) : Uri
Payments ( int paymentId ) : Uri
Payments ( int paymentId, string action ) : Uri
PaymentsAuthorize ( int paymentId ) : Uri
PaymentsCapture ( int paymentId ) : Uri
Payouts ( ) : Uri
Payouts ( int payoutId ) : Uri
Payouts ( int payoutId, string action ) : Uri
Ping ( ) : Uri
Subscriptions ( ) : Uri
Subscriptions ( int subscriptionId ) : Uri
Subscriptions ( int subscriptionId, string action ) : Uri

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

Cards() публичный статический Метод

public static Cards ( ) : Uri
Результат Uri

Cards() публичный статический Метод

public static Cards ( string cardId ) : Uri
cardId string
Результат Uri

Cards() публичный статический Метод

public static Cards ( string cardId, string action ) : Uri
cardId string
action string
Результат Uri

CardsAuthorize() публичный статический Метод

public static CardsAuthorize ( string cardId ) : Uri
cardId string
Результат Uri

CardsCancel() публичный статический Метод

public static CardsCancel ( string cardId ) : Uri
cardId string
Результат Uri

CardsLink() публичный статический Метод

public static CardsLink ( string cardId ) : Uri
cardId string
Результат Uri

CardsTokens() публичный статический Метод

public static CardsTokens ( string cardId ) : Uri
cardId string
Результат Uri

Changelog() публичный статический Метод

public static Changelog ( ) : Uri
Результат Uri

Fees() публичный статический Метод

public static Fees ( ) : Uri
Результат Uri

Fees() публичный статический Метод

public static Fees ( string acquirer, string paymentMethod ) : Uri
acquirer string
paymentMethod string
Результат Uri

FeesFormulas() публичный статический Метод

public static FeesFormulas ( ) : Uri
Результат Uri

FeesFormulas() публичный статический Метод

public static FeesFormulas ( string acquirer ) : Uri
acquirer string
Результат Uri

FeesFormulas() публичный статический Метод

public static FeesFormulas ( string acquirer, string paymentMethod ) : Uri
acquirer string
paymentMethod string
Результат Uri

Invoices() публичный статический Метод

public static Invoices ( ) : Uri
Результат Uri

Invoices() публичный статический Метод

public static Invoices ( int invoiceId ) : Uri
invoiceId int
Результат Uri

Payments() публичный статический Метод

public static Payments ( ) : Uri
Результат Uri

Payments() публичный статический Метод

public static Payments ( int paymentId ) : Uri
paymentId int
Результат Uri

Payments() публичный статический Метод

public static Payments ( int paymentId, string action ) : Uri
paymentId int
action string
Результат Uri

PaymentsAuthorize() публичный статический Метод

public static PaymentsAuthorize ( int paymentId ) : Uri
paymentId int
Результат Uri

PaymentsCapture() публичный статический Метод

public static PaymentsCapture ( int paymentId ) : Uri
paymentId int
Результат Uri

Payouts() публичный статический Метод

public static Payouts ( ) : Uri
Результат Uri

Payouts() публичный статический Метод

public static Payouts ( int payoutId ) : Uri
payoutId int
Результат Uri

Payouts() публичный статический Метод

public static Payouts ( int payoutId, string action ) : Uri
payoutId int
action string
Результат Uri

Ping() публичный статический Метод

public static Ping ( ) : Uri
Результат Uri

Subscriptions() публичный статический Метод

public static Subscriptions ( ) : Uri
Результат Uri

Subscriptions() публичный статический Метод

public static Subscriptions ( int subscriptionId ) : Uri
subscriptionId int
Результат Uri

Subscriptions() публичный статический Метод

public static Subscriptions ( int subscriptionId, string action ) : Uri
subscriptionId int
action string
Результат Uri