Uses of Class
app.cybrid.cybrid_api_bank.client.model.VerificationKeyListBankModel
-
Packages that use VerificationKeyListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of VerificationKeyListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type VerificationKeyListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<VerificationKeyListBankModel>VerificationKeysBankApi. listVerificationKeys(String bankGuid, BigInteger page, BigInteger perPage)Get Verification Keys list Retrieves a listing of verification keys of a bank.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<VerificationKeyListBankModel>>VerificationKeysBankApi. listVerificationKeysWithHttpInfo(String bankGuid, BigInteger page, BigInteger perPage) -
Uses of VerificationKeyListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return VerificationKeyListBankModel Modifier and Type Method Description VerificationKeyListBankModelVerificationKeyListBankModel. addObjectsItem(VerificationKeyBankModel objectsItem)VerificationKeyListBankModelVerificationKeyListBankModel. objects(List<VerificationKeyBankModel> objects)VerificationKeyListBankModelVerificationKeyListBankModel. page(BigInteger page)VerificationKeyListBankModelVerificationKeyListBankModel. perPage(BigInteger perPage)VerificationKeyListBankModelVerificationKeyListBankModel. total(BigInteger total)
-