C# 클래스 QuickPay.SDK.Endpoints

파일 보기 프로젝트 열기: ellern/quickpay-sdk-dotnet

공개 메소드들

메소드 설명
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