Method | Description | |
---|---|---|
BankAccountService ( string apiKey = null ) : System.Collections.Generic | ||
Create ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount | ||
CreateAsync ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
Delete ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : |
||
DeleteAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
Get ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount | ||
GetAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
List ( string customerId, |
||
ListAsync ( string customerId, |
||
Update ( string customerId, string bankAccountId, |
||
UpdateAsync ( string customerId, string bankAccountId, |
||
Verify ( string customerId, string bankAccountId, |
||
VerifyAsync ( string customerId, string bankAccountId, |
public BankAccountService ( string apiKey = null ) : System.Collections.Generic | ||
apiKey | string | |
return | System.Collections.Generic |
public Create ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount | ||
customerId | string | |
createOptions | Stripe.BankAccountCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
return | CustomerBankAccount |
public CreateAsync ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
customerId | string | |
createOptions | Stripe.BankAccountCreateOptions | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public Delete ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : |
||
customerId | string | |
bankAccountId | string | |
requestOptions | Stripe.StripeRequestOptions | |
return |
public DeleteAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
customerId | string | |
bankAccountId | string | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public Get ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount | ||
customerId | string | |
bankAccountId | string | |
requestOptions | Stripe.StripeRequestOptions | |
return | CustomerBankAccount |
public GetAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task |
||
customerId | string | |
bankAccountId | string | |
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public List ( string customerId, |
||
customerId | string | |
listOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
return | IEnumerable |
public ListAsync ( string customerId, |
||
customerId | string | |
listOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public Update ( string customerId, string bankAccountId, |
||
customerId | string | |
bankAccountId | string | |
updateOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
return | CustomerBankAccount |
public UpdateAsync ( string customerId, string bankAccountId, |
||
customerId | string | |
bankAccountId | string | |
updateOptions | ||
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |
public Verify ( string customerId, string bankAccountId, |
||
customerId | string | |
bankAccountId | string | |
verifyoptions | ||
requestOptions | Stripe.StripeRequestOptions | |
return | CustomerBankAccount |
public VerifyAsync ( string customerId, string bankAccountId, |
||
customerId | string | |
bankAccountId | string | |
verifyoptions | ||
requestOptions | Stripe.StripeRequestOptions | |
cancellationToken | CancellationToken | |
return | Task |