Uses of Class
dev.vality.swag.analytics.model.Invoice
| Package | Description |
|---|---|
| dev.vality.swag.analytics.model |
-
Uses of Invoice in dev.vality.swag.analytics.model
Methods in dev.vality.swag.analytics.model that return Invoice Modifier and Type Method Description InvoiceInvoice. amount(Long amount)InvoiceInvoice. cart(InvoiceCart cart)InvoiceInvoice. createdAt(OffsetDateTime createdAt)InvoiceInvoice. currency(String currency)InvoiceInvoice. description(String description)InvoiceInvoice. dueDate(OffsetDateTime dueDate)InvoiceInvoice. externalID(String externalID)InvoiceInvoice. id(String id)InvoiceInvoice. invoiceTemplateID(String invoiceTemplateID)InvoiceInvoice. metadata(Object metadata)InvoiceInvoice. product(String product)InvoiceInvoice. reason(String reason)InvoiceInvoice. shopID(String shopID)InvoiceInvoice. status(Invoice.StatusEnum status)Methods in dev.vality.swag.analytics.model that return types with arguments of type Invoice Modifier and Type Method Description List<Invoice>InlineResponse2009. getResult()Get resultMethods in dev.vality.swag.analytics.model with parameters of type Invoice Modifier and Type Method Description InlineResponse2009InlineResponse2009. addResultItem(Invoice resultItem)Method parameters in dev.vality.swag.analytics.model with type arguments of type Invoice Modifier and Type Method Description InlineResponse2009InlineResponse2009. result(List<Invoice> result)voidInlineResponse2009. setResult(List<Invoice> result)