Uses of Class
io.trippay.sdk.payment.model.UpsertBankAccountRequest
Packages that use UpsertBankAccountRequest
-
Uses of UpsertBankAccountRequest in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api with parameters of type UpsertBankAccountRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account> AccountApi.createAccountBankAccount(String id, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) 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, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Add Bank Account Add a bank account to an existing account using local account identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.createAccountBankAccountWithResponseSpec(String id, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Add Bank Account Add a bank account to an existing account using local account identifierreactor.core.publisher.Mono<Account> AccountApi.createExternalAccountBankAccount(String id, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) 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, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Add Bank Account to External Add a bank account to an existing account using the external account identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.createExternalAccountBankAccountWithResponseSpec(String id, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Add Bank Account to External Add a bank account to an existing account using the external account identifierreactor.core.publisher.Mono<Account> AccountApi.upsertAccountBankAccount(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account Update an existing bank account for an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> AccountApi.upsertAccountBankAccountWithHttpInfo(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account Update an existing bank account for an existing account using local account identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.upsertAccountBankAccountWithResponseSpec(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account Update an existing bank account for an existing account using local account identifierreactor.core.publisher.Mono<Account> AccountApi.upsertExternalAccountBankAccount(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account for External Update an existing bank account for an account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> AccountApi.upsertExternalAccountBankAccountWithHttpInfo(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account for External Update an existing bank account for an account using the external account identifierorg.springframework.web.reactive.function.client.WebClient.ResponseSpecAccountApi.upsertExternalAccountBankAccountWithResponseSpec(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest, String winkVersion) Update Bank Account for External Update an existing bank account for an account using the external account identifier -
Uses of UpsertBankAccountRequest in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return UpsertBankAccountRequestModifier and TypeMethodDescriptionUpsertBankAccountRequest.accountHolderName(String accountHolderName) UpsertBankAccountRequest.accountNumber(String accountNumber) UpsertBankAccountRequest.countryCode(String countryCode) UpsertBankAccountRequest.currencyCode(String currencyCode) UpsertBankAccountRequest.routingNumber(String routingNumber)