Uses of Class
io.trippay.sdk.payment.model.Account
Packages that use Account
-
Uses of Account in io.trippay.sdk.payment.api
Methods in io.trippay.sdk.payment.api that return types with arguments of type AccountModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Account> AccountApi.createAccount(CreateAccountRequest createAccountRequest, String winkVersion) Create Account Create a new accountreactor.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 identifierreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> AccountApi.createAccountWithHttpInfo(CreateAccountRequest createAccountRequest, String winkVersion) Create Account Create a new accountreactor.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 identifierreactor.core.publisher.Mono<Account> AccountApi.loadAccount(String id, String winkVersion) Show Account Show a specific accountreactor.core.publisher.Flux<Account> AccountApi.loadAccountByName(String name, String winkVersion) Show Accounts by Name Show accounts matching namereactor.core.publisher.Flux<Account> AccountApi.loadAccountByNameLike(String name, Boolean ignoreCase, String winkVersion) Show Accounts by Name like Show accounts matching name that are like...AccountApi.loadAccountByNameLikeWithHttpInfo(String name, Boolean ignoreCase, String winkVersion) Show Accounts by Name like Show accounts matching name that are like...AccountApi.loadAccountByNameWithHttpInfo(String name, String winkVersion) Show Accounts by Name Show accounts matching namereactor.core.publisher.Flux<Account> AccountApi.loadAccountsForAuthenticatedUser(String winkVersion) Show Account for User Load account details for authenticated userAccountApi.loadAccountsForAuthenticatedUserWithHttpInfo(String winkVersion) Show Account for User Load account details for authenticated userreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> AccountApi.loadAccountWithHttpInfo(String id, String winkVersion) Show Account Show a specific accountreactor.core.publisher.Mono<Account> AccountApi.loadExternalAccount(String externalAccountIdentifier, String winkVersion) 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 winkVersion) Show Account for External Show a specific account by passing your own external identifierreactor.core.publisher.Mono<Account> AccountApi.removeAccountBankAccount(String id, String bankAccountId, String winkVersion) 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 winkVersion) Remove Bank Account Remove an existing bank account for an existing account using local account identifierreactor.core.publisher.Mono<Account> AccountApi.removeExternalAccountBankAccount(String id, String bankAccountId, String winkVersion) 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 winkVersion) Remove Bank Account for External Remove an existing bank account for an account using the external account identifierreactor.core.publisher.Flux<Account> AccountApi.showAccountsByOwner(String winkVersion) Show Accounts by Owner List all accounts owned by creating entityAccountApi.showAccountsByOwnerWithHttpInfo(String winkVersion) Show Accounts by Owner List all accounts owned by creating entityreactor.core.publisher.Mono<Account> AccountApi.updateAccount(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<org.springframework.http.ResponseEntity<Account>> AccountApi.updateAccountWithHttpInfo(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update Account Update an existing accountreactor.core.publisher.Mono<Account> AccountApi.updateExternalAccount(String id, UpsertAccountRequest upsertAccountRequest, String winkVersion) 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, UpsertAccountRequest upsertAccountRequest, String winkVersion) Update External Account Update an existing account using the externalIdentifier to find the accountreactor.core.publisher.Mono<Account> AccountApi.updateNationalIdentifier(String id, String taskId, SetTaxIdentifierRequest setTaxIdentifierRequest, String winkVersion) 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, String winkVersion) Submit Tax ID Accounts can respond to an invalid Tax ID error by completing this taskreactor.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 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 identifierreactor.core.publisher.Mono<Account> AccountApi.verifyAccount(String id, VerifyAccountRequest verifyAccountRequest, String winkVersion) 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, String winkVersion) Verify Account Enriches account with supplemental data that missing in the account creation phase. -
Uses of Account in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return AccountModifier and TypeMethodDescriptionAccount.accountEmail(String accountEmail) Account.accountOwnerIdentifier(String accountOwnerIdentifier) Account.accountPhoneNumber(String accountPhoneNumber) Account.addAcquirersItem(Acquirer acquirersItem) Account.addBankAccountsItem(BankAccount bankAccountsItem) Account.addTasksItem(AccountStatusEntry tasksItem) Account.bankAccounts(List<BankAccount> bankAccounts) Account.createdDate(LocalDateTime createdDate) Account.currencyCode(String currencyCode) Account.description(String description) Account.lastUpdate(LocalDateTime lastUpdate) Account.ownerType(Account.OwnerTypeEnum ownerType) Account.ownerTypeIdentifier(String ownerTypeIdentifier) Account.preferredDisbursementType(Account.PreferredDisbursementTypeEnum preferredDisbursementType) Account.status(Account.StatusEnum status) Account.tasks(List<AccountStatusEntry> tasks) Account.type(Account.TypeEnum type) Account.userIdentifier(String userIdentifier)