C# 클래스 Stripe.StripeClient

파일 보기 프로젝트 열기: nberardi/stripe-dotnet 1 사용 예제들

공개 메소드들

메소드 설명
CreateCard ( string customerOrRecipientId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject
DeleteCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject
ExecuteArray ( RestRequest request ) : StripeArray

Execute a manual REST request

ExecuteObject ( RestRequest request ) : Stripe.StripeObject

Execute a manual REST request

ListCards ( string customerOrRecipientId, int count = null, int offset = null, bool isRecipient = false ) : StripeArray
RetrieveCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject
StripeClient ( string apiKey ) : System
StripeClient ( string apiKey, string apiVersion, string apiEndpoint ) : System
UpdateCard ( string customerOrRecipientId, string cardId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject

비공개 메소드들

메소드 설명
AddDictionaryParameter ( object>.IDictionary parameter, string objectName, RestRequest request ) : void
Deserialize ( string input ) : object>.IDictionary

메소드 상세

CreateCard() 공개 메소드

public CreateCard ( string customerOrRecipientId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject
customerOrRecipientId string
card ICreditCard
isRecipient bool
리턴 Stripe.StripeObject

DeleteCard() 공개 메소드

public DeleteCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject
customerOrRecipientId string
cardId string
isRecipient bool
리턴 Stripe.StripeObject

ExecuteArray() 공개 메소드

Execute a manual REST request
public ExecuteArray ( RestRequest request ) : StripeArray
request RestSharp.RestRequest The RestRequest to execute (will use client credentials)
리턴 StripeArray

ExecuteObject() 공개 메소드

Execute a manual REST request
public ExecuteObject ( RestRequest request ) : Stripe.StripeObject
request RestSharp.RestRequest The RestRequest to execute (will use client credentials)
리턴 Stripe.StripeObject

ListCards() 공개 메소드

public ListCards ( string customerOrRecipientId, int count = null, int offset = null, bool isRecipient = false ) : StripeArray
customerOrRecipientId string
count int
offset int
isRecipient bool
리턴 StripeArray

RetrieveCard() 공개 메소드

public RetrieveCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject
customerOrRecipientId string
cardId string
isRecipient bool
리턴 Stripe.StripeObject

StripeClient() 공개 메소드

public StripeClient ( string apiKey ) : System
apiKey string
리턴 System

StripeClient() 공개 메소드

public StripeClient ( string apiKey, string apiVersion, string apiEndpoint ) : System
apiKey string
apiVersion string
apiEndpoint string
리턴 System

UpdateCard() 공개 메소드

public UpdateCard ( string customerOrRecipientId, string cardId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject
customerOrRecipientId string
cardId string
card ICreditCard
isRecipient bool
리턴 Stripe.StripeObject