Uses of Class
app.cybrid.cybrid_api_bank.client.model.AccountListBankModel
-
Packages that use AccountListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of AccountListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type AccountListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<AccountListBankModel>AccountsBankApi. listAccounts(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid)List Accounts Retrieves a list of accounts.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<AccountListBankModel>>AccountsBankApi. listAccountsWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid) -
Uses of AccountListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return AccountListBankModel Modifier and Type Method Description AccountListBankModelAccountListBankModel. addObjectsItem(AccountBankModel objectsItem)AccountListBankModelAccountListBankModel. objects(List<AccountBankModel> objects)AccountListBankModelAccountListBankModel. page(BigInteger page)AccountListBankModelAccountListBankModel. perPage(BigInteger perPage)AccountListBankModelAccountListBankModel. total(BigInteger total)
-