Uses of Class
app.cybrid.cybrid_api_bank.client.model.InvoiceListBankModel
-
Packages that use InvoiceListBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of InvoiceListBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type InvoiceListBankModel Modifier and Type Method Description reactor.core.publisher.Mono<InvoiceListBankModel>InvoicesBankApi. listInvoices(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid, String accountGuid, String state, String environment, String label)List Invoices Retrieves a list of invoices.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceListBankModel>>InvoicesBankApi. listInvoicesWithHttpInfo(BigInteger page, BigInteger perPage, String guid, String bankGuid, String customerGuid, String accountGuid, String state, String environment, String label) -
Uses of InvoiceListBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return InvoiceListBankModel Modifier and Type Method Description InvoiceListBankModelInvoiceListBankModel. addObjectsItem(InvoiceBankModel objectsItem)InvoiceListBankModelInvoiceListBankModel. objects(List<InvoiceBankModel> objects)InvoiceListBankModelInvoiceListBankModel. page(BigInteger page)InvoiceListBankModelInvoiceListBankModel. perPage(BigInteger perPage)InvoiceListBankModelInvoiceListBankModel. total(BigInteger total)
-