C# Класс Stripe.BankAccountService

Наследование: Stripe.StripeService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

BankAccountService() публичный Метод

public BankAccountService ( string apiKey = null ) : System.Collections.Generic
apiKey string
Результат System.Collections.Generic

Create() публичный Метод

public Create ( string customerId, Stripe.BankAccountCreateOptions createOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
createOptions Stripe.BankAccountCreateOptions
requestOptions Stripe.StripeRequestOptions
Результат CustomerBankAccount

CreateAsync() публичный Метод

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
Результат Task

Delete() публичный Метод

public Delete ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : StripeDeleted
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
Результат StripeDeleted

DeleteAsync() публичный Метод

public DeleteAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Результат Task

Get() публичный Метод

public Get ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
Результат CustomerBankAccount

GetAsync() публичный Метод

public GetAsync ( string customerId, string bankAccountId, Stripe.StripeRequestOptions requestOptions = null, CancellationToken cancellationToken = default(CancellationToken) ) : Task
customerId string
bankAccountId string
requestOptions Stripe.StripeRequestOptions
cancellationToken CancellationToken
Результат Task

List() публичный Метод

public List ( string customerId, StripeListOptions listOptions = null, Stripe.StripeRequestOptions requestOptions = null ) : IEnumerable
customerId string
listOptions StripeListOptions
requestOptions Stripe.StripeRequestOptions
Результат IEnumerable

ListAsync() публичный Метод

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
Результат Task>

Update() публичный Метод

public Update ( string customerId, string bankAccountId, BankAccountUpdateOptions updateOptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
updateOptions BankAccountUpdateOptions
requestOptions Stripe.StripeRequestOptions
Результат CustomerBankAccount

UpdateAsync() публичный Метод

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
Результат Task

Verify() публичный Метод

public Verify ( string customerId, string bankAccountId, BankAccountVerifyOptions verifyoptions, Stripe.StripeRequestOptions requestOptions = null ) : CustomerBankAccount
customerId string
bankAccountId string
verifyoptions BankAccountVerifyOptions
requestOptions Stripe.StripeRequestOptions
Результат CustomerBankAccount

VerifyAsync() публичный Метод

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
Результат Task