C# Class Stripe.BankAccountService

Inheritance: Stripe.StripeService
Afficher le fichier Open project: jaymedavis/stripe.net

Méthodes publiques

Méthode 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 ) : StripeDeleted
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, StripeListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable
ListAsync ( string customerId, StripeListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
Update ( string customerId, string bankAccountId, BankAccountUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
UpdateAsync ( string customerId, string bankAccountId, BankAccountUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
Verify ( string customerId, string bankAccountId, BankAccountVerifyOptions verifyoptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
VerifyAsync ( string customerId, string bankAccountId, BankAccountVerifyOptions verifyoptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task

Method Details

BankAccountService() public méthode

public BankAccountService ( string apiKey = null ) : System.Collections.Generic
apiKey string
Résultat System.Collections.Generic

Create() public méthode

public Create ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
createOptions Stripe.BankAccountCreateOptions
requestOptions Stripe.StripeRequestOptions
Résultat CustomerBankAccount

CreateAsync() public méthode

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
Résultat Task

Delete() public méthode

public Delete ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : StripeDeleted
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
Résultat StripeDeleted

DeleteAsync() public méthode

public DeleteAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task

Get() public méthode

public Get ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
Résultat CustomerBankAccount

GetAsync() public méthode

public GetAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task

List() public méthode

public List ( string customerId, StripeListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable
customerId string
listOptions StripeListOptions
requestOptions Stripe.StripeRequestOptions
Résultat IEnumerable

ListAsync() public méthode

public ListAsync ( string customerId, StripeListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task>
customerId string
listOptions StripeListOptions
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task>

Update() public méthode

public Update ( string customerId, string bankAccountId, BankAccountUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
updateOptions BankAccountUpdateOptions
requestOptions Stripe.StripeRequestOptions
Résultat CustomerBankAccount

UpdateAsync() public méthode

public UpdateAsync ( string customerId, string bankAccountId, BankAccountUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
updateOptions BankAccountUpdateOptions
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task

Verify() public méthode

public Verify ( string customerId, string bankAccountId, BankAccountVerifyOptions verifyoptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
verifyoptions BankAccountVerifyOptions
requestOptions Stripe.StripeRequestOptions
Résultat CustomerBankAccount

VerifyAsync() public méthode

public VerifyAsync ( string customerId, string bankAccountId, BankAccountVerifyOptions verifyoptions, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
verifyoptions BankAccountVerifyOptions
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Résultat Task