Метод | Описание | |
---|---|---|
CreateCard ( string customerOrRecipientId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject | ||
DeleteCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject | ||
ExecuteArray ( |
Execute a manual REST request
|
|
ExecuteObject ( |
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 | ||
Deserialize ( string input ) : object>.IDictionary |
public CreateCard ( string customerOrRecipientId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject | ||
customerOrRecipientId | string | |
card | ICreditCard | |
isRecipient | bool | |
Результат | Stripe.StripeObject |
public DeleteCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject | ||
customerOrRecipientId | string | |
cardId | string | |
isRecipient | bool | |
Результат | Stripe.StripeObject |
public ExecuteArray ( |
||
request | The RestRequest to execute (will use client credentials) | |
Результат | StripeArray |
public ExecuteObject ( |
||
request | The RestRequest to execute (will use client credentials) | |
Результат | Stripe.StripeObject |
public ListCards ( string customerOrRecipientId, int count = null, int offset = null, bool isRecipient = false ) : StripeArray | ||
customerOrRecipientId | string | |
count | int | |
offset | int | |
isRecipient | bool | |
Результат | StripeArray |
public RetrieveCard ( string customerOrRecipientId, string cardId, bool isRecipient = false ) : Stripe.StripeObject | ||
customerOrRecipientId | string | |
cardId | string | |
isRecipient | bool | |
Результат | Stripe.StripeObject |
public StripeClient ( string apiKey ) : System | ||
apiKey | string | |
Результат | System |
public StripeClient ( string apiKey, string apiVersion, string apiEndpoint ) : System | ||
apiKey | string | |
apiVersion | string | |
apiEndpoint | string | |
Результат | System |
public UpdateCard ( string customerOrRecipientId, string cardId, ICreditCard card, bool isRecipient = false ) : Stripe.StripeObject | ||
customerOrRecipientId | string | |
cardId | string | |
card | ICreditCard | |
isRecipient | bool | |
Результат | Stripe.StripeObject |