C# 클래스 Stripe.BankAccountService

상속: Stripe.StripeService
파일 보기 프로젝트 열기: jaymedavis/stripe.net

공개 메소드들

메소드 설명
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