Uses of Class
travel.wink.sdk.payment.model.Account
Packages that use Account
-
Uses of Account in travel.wink.sdk.payment.api
Methods in travel.wink.sdk.payment.api that return types with arguments of type AccountModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account>AccountApi.createAccount(CreateAccountRequest createAccountRequest) Create Account Create a new accountreactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.createAccountAcquirer(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest) Create Account Acquirer Create account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.createAccountAcquirerWithHttpInfo(String id, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest) reactor.core.publisher.Mono<Account>AccountApi.createAccountBankAccount(String id, UpsertBankAccountRequest upsertBankAccountRequest) 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) reactor.core.publisher.Mono<Account>AccountApi.createAccountIntegration(String id, CreateIntegrationRequest createIntegrationRequest) Add Integration Add a integration to an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.createAccountIntegrationWithHttpInfo(String id, CreateIntegrationRequest createIntegrationRequest) reactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.createAccountTask(String id, UpsertAccountTaskRequest upsertAccountTaskRequest) Create Account Task Create account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.createAccountTaskWithHttpInfo(String id, UpsertAccountTaskRequest upsertAccountTaskRequest) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.createAccountWithHttpInfo(CreateAccountRequest createAccountRequest) reactor.core.publisher.Mono<Account>AccountApi.createExternalAccountBankAccount(String id, UpsertBankAccountRequest upsertBankAccountRequest) 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) reactor.core.publisher.Mono<Account>AccountApi.createExternalAccountIntegration(String id, CreateIntegrationRequest createIntegrationRequest) Add Integration to External Add a integration to an existing account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.createExternalAccountIntegrationWithHttpInfo(String id, CreateIntegrationRequest createIntegrationRequest) reactor.core.publisher.Mono<Account>AccountApi.loadAccount(String id, String accept) Show Account Show a specific accountreactor.core.publisher.Flux<Account>AccountApi.loadAccountByName(String name, String accept) Show Accounts by Name Show accounts matching namereactor.core.publisher.Flux<Account>AccountApi.loadAccountByNameLike(String name, Boolean ignoreCase, String accept) Show Accounts by Name like Show accounts matching name that are like...AccountApi.loadAccountByNameLikeWithHttpInfo(String name, Boolean ignoreCase, String accept) AccountApi.loadAccountByNameWithHttpInfo(String name, String accept) reactor.core.publisher.Flux<Account>AccountApi.loadAccountsForAuthenticatedUser(String accept) Show Account for User Load account details for authenticated userAccountApi.loadAccountsForAuthenticatedUserWithHttpInfo(String accept) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.loadAccountWithHttpInfo(String id, String accept) reactor.core.publisher.Mono<Account>AccountApi.loadExternalAccount(String externalAccountIdentifier, String accept) Show Account for External Show a specific account by passing your own external identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.loadExternalAccountWithHttpInfo(String externalAccountIdentifier, String accept) reactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.removeAccountAcquirer(String id, String acquirerId, String accept) Remove Account Acquirer Remove an existing account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.removeAccountAcquirerWithHttpInfo(String id, String acquirerId, String accept) reactor.core.publisher.Mono<Account>AccountApi.removeAccountBankAccount(String id, String bankAccountId, String accept) Remove Bank Account Remove an existing bank account for an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.removeAccountBankAccountWithHttpInfo(String id, String bankAccountId, String accept) reactor.core.publisher.Mono<Account>AccountApi.removeAccountIntegration(String id, String integrationId, String accept) Remove Integration Remove an existing integration for an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.removeAccountIntegrationWithHttpInfo(String id, String integrationId, String accept) reactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.removeAccountTask(String id, String taskId, String accept) Remove Account Task Remove an existing account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.removeAccountTaskWithHttpInfo(String id, String taskId, String accept) reactor.core.publisher.Mono<Account>AccountApi.removeExternalAccountBankAccount(String id, String bankAccountId, String accept) Remove Bank Account for External Remove an existing bank account for an account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.removeExternalAccountBankAccountWithHttpInfo(String id, String bankAccountId, String accept) reactor.core.publisher.Mono<Account>AccountApi.removeExternalAccountIntegration(String id, String integrationId, String accept) Remove Integration from External Remove an existing integration for an account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.removeExternalAccountIntegrationWithHttpInfo(String id, String integrationId, String accept) reactor.core.publisher.Flux<Account>AccountApi.showAccountsByOwner(String accept) Show Accounts by Owner List all accounts owned by creating entityAccountApi.showAccountsByOwnerWithHttpInfo(String accept) reactor.core.publisher.Mono<Account>AccountApi.updateAccount(String id, UpdateAccountRequest updateAccountRequest) Update Account Update an existing accountreactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.updateAccountAcquirer(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest) Update Account Acquirer Update an existing account acquirer entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.updateAccountAcquirerWithHttpInfo(String id, String acquirerId, UpsertAccountAcquirerRequest upsertAccountAcquirerRequest) reactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.updateAccountStatus(String id, UpdateAccountStatusRequest updateAccountStatusRequest) Update Account Status Update account statusreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.updateAccountStatusWithHttpInfo(String id, UpdateAccountStatusRequest updateAccountStatusRequest) reactor.core.publisher.Mono<Account>AdministrationAccountControllerApi.updateAccountTask(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest) Update Account Task Update an existing account task entryreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AdministrationAccountControllerApi.updateAccountTaskWithHttpInfo(String id, String taskId, UpsertAccountTaskRequest upsertAccountTaskRequest) reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateAccountWithHttpInfo(String id, UpdateAccountRequest updateAccountRequest) reactor.core.publisher.Mono<Account>AccountApi.updateExternalAccount(String id, UpdateAccountRequest updateAccountRequest) Update External Account Update an existing account using the externalIdentifier to find the accountreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateExternalAccountWithHttpInfo(String id, UpdateAccountRequest updateAccountRequest) reactor.core.publisher.Mono<Account>AccountApi.updateNationalIdentifier(String id, String taskId, SetTaxIdentifierRequest setTaxIdentifierRequest) Submit Tax ID Accounts can respond to an invalid Tax ID error by completing this taskreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.updateNationalIdentifierWithHttpInfo(String id, String taskId, SetTaxIdentifierRequest setTaxIdentifierRequest) reactor.core.publisher.Mono<Account>AccountApi.upsertAccountBankAccount(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest) 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) reactor.core.publisher.Mono<Account>AccountApi.upsertAccountIntegration(String id, String integrationId, UpdateIntegrationRequest updateIntegrationRequest) Update Integration Update an existing integration for an existing account using local account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.upsertAccountIntegrationWithHttpInfo(String id, String integrationId, UpdateIntegrationRequest updateIntegrationRequest) reactor.core.publisher.Mono<Account>AccountApi.upsertExternalAccountBankAccount(String id, String bankAccountId, UpsertBankAccountRequest upsertBankAccountRequest) 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) reactor.core.publisher.Mono<Account>AccountApi.upsertExternalAccountIntegration(String id, String integrationId, UpdateIntegrationRequest updateIntegrationRequest) Update Integration for External Update an existing integration for an account using the external account identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.upsertExternalAccountIntegrationWithHttpInfo(String id, String integrationId, UpdateIntegrationRequest updateIntegrationRequest) reactor.core.publisher.Mono<Account>AccountApi.verifyAccount(String id, VerifyAccountRequest verifyAccountRequest) Verify Account Enriches account with supplemental data that missing in the account creation phase.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>>AccountApi.verifyAccountWithHttpInfo(String id, VerifyAccountRequest verifyAccountRequest) -
Uses of Account in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return AccountModifier and TypeMethodDescriptionAccount.accountEmail(String accountEmail) Account.accountOwnerIdentifier(UUID accountOwnerIdentifier) Account.addAcquirersItem(Acquirer acquirersItem) Account.addBankAccountsItem(BankAccount bankAccountsItem) Account.addIntegrationsItem(Integration integrationsItem) Account.addTasksItem(AccountStatusEntry tasksItem) Account.bankAccounts(List<BankAccount> bankAccounts) Account.createdDate(OffsetDateTime createdDate) Account.currencyCode(String currencyCode) Account.description(String description) Account.dob(OffsetDateTime dob) Account.integrations(List<Integration> integrations) Account.lastUpdate(OffsetDateTime lastUpdate) Account.ownerType(Account.OwnerTypeEnum ownerType) Account.ownerTypeIdentifier(String ownerTypeIdentifier) Account.status(Account.StatusEnum status) Account.tasks(List<AccountStatusEntry> tasks) Account.type(Account.TypeEnum type) Account.userIdentifier(UUID userIdentifier)