Uses of Class
app.cybrid.cybrid_api_bank.client.model.InvoiceBankModel
-
Packages that use InvoiceBankModel Package Description app.cybrid.cybrid_api_bank.client.api app.cybrid.cybrid_api_bank.client.model -
-
Uses of InvoiceBankModel in app.cybrid.cybrid_api_bank.client.api
Methods in app.cybrid.cybrid_api_bank.client.api that return types with arguments of type InvoiceBankModel Modifier and Type Method Description reactor.core.publisher.Mono<InvoiceBankModel>InvoicesBankApi. cancelInvoice(String invoiceGuid)Cancel Invoice Cancels an invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceBankModel>>InvoicesBankApi. cancelInvoiceWithHttpInfo(String invoiceGuid)reactor.core.publisher.Mono<InvoiceBankModel>InvoicesBankApi. createInvoice(PostInvoiceBankModel postInvoiceBankModel)Create Invoice Creates a invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceBankModel>>InvoicesBankApi. createInvoiceWithHttpInfo(PostInvoiceBankModel postInvoiceBankModel)reactor.core.publisher.Mono<InvoiceBankModel>InvoicesBankApi. getInvoice(String invoiceGuid)Get Invoice Retrieves a invoice.reactor.core.publisher.Mono<org.springframework.http.ResponseEntity<InvoiceBankModel>>InvoicesBankApi. getInvoiceWithHttpInfo(String invoiceGuid) -
Uses of InvoiceBankModel in app.cybrid.cybrid_api_bank.client.model
Methods in app.cybrid.cybrid_api_bank.client.model that return InvoiceBankModel Modifier and Type Method Description InvoiceBankModelInvoiceBankModel. accountGuid(String accountGuid)InvoiceBankModelInvoiceBankModel. addLabelsItem(String labelsItem)InvoiceBankModelInvoiceBankModel. asset(String asset)InvoiceBankModelInvoiceBankModel. createdAt(OffsetDateTime createdAt)InvoiceBankModelInvoiceBankModel. customerGuid(String customerGuid)InvoiceBankModelInvoiceBankModel. deliverAmount(BigInteger deliverAmount)InvoiceBankModelInvoiceBankModel. fee(BigInteger fee)InvoiceBankModelInvoiceBankModel. guid(String guid)InvoiceBankModelInvoiceBankModel. labels(List<String> labels)InvoiceBankModelInvoiceBankModel. receiveAmount(BigInteger receiveAmount)InvoiceBankModelInvoiceBankModel. state(String state)InvoiceBankModelInvoiceBankModel. type(String type)InvoiceBankModelInvoiceBankModel. updatedAt(OffsetDateTime updatedAt)Methods in app.cybrid.cybrid_api_bank.client.model that return types with arguments of type InvoiceBankModel Modifier and Type Method Description List<InvoiceBankModel>InvoiceListBankModel. getObjects()Get objectsMethods in app.cybrid.cybrid_api_bank.client.model with parameters of type InvoiceBankModel Modifier and Type Method Description InvoiceListBankModelInvoiceListBankModel. addObjectsItem(InvoiceBankModel objectsItem)Method parameters in app.cybrid.cybrid_api_bank.client.model with type arguments of type InvoiceBankModel Modifier and Type Method Description InvoiceListBankModelInvoiceListBankModel. objects(List<InvoiceBankModel> objects)voidInvoiceListBankModel. setObjects(List<InvoiceBankModel> objects)
-