Uses of Class
travel.wink.sdk.payment.model.CreateBankAccountRequest
Packages that use CreateBankAccountRequest
-
Uses of CreateBankAccountRequest in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api with parameters of type CreateBankAccountRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>AccountApi.createAccountBankAccount(String id, CreateBankAccountRequest createBankAccountRequest) Add Bank Account Add a bank account to an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.createAccountBankAccountWithHttpInfo(String id, CreateBankAccountRequest createBankAccountRequest) reactor.core.publisher.Mono<Account>AccountApi.createExternalAccountBankAccount(String id, CreateBankAccountRequest createBankAccountRequest) Add Bank Account to External Add a bank account to an existing account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.createExternalAccountBankAccountWithHttpInfo(String id, CreateBankAccountRequest createBankAccountRequest) -
Uses of CreateBankAccountRequest in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return CreateBankAccountRequestModifier and TypeMethodDescriptionCreateBankAccountRequest.accountHolderName(String accountHolderName) CreateBankAccountRequest.accountNumber(String accountNumber) CreateBankAccountRequest.countryCode(String countryCode) CreateBankAccountRequest.currencyCode(String currencyCode) CreateBankAccountRequest.routingNumber(String routingNumber)