Uses of Class
dev.vality.damsel.proxy_provider.Invoice
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of Invoice in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as Invoice Modifier and Type Field Description InvoicePaymentInfo. invoiceMethods in dev.vality.damsel.proxy_provider that return Invoice Modifier and Type Method Description InvoiceInvoice. deepCopy()InvoicePaymentInfo. getInvoice()InvoiceInvoice. setCost(Cash cost)InvoiceInvoice. setCreatedAt(String created_at)InvoiceInvoice. setDetails(InvoiceDetails details)InvoiceInvoice. setDue(String due)InvoiceInvoice. setId(String id)Methods in dev.vality.damsel.proxy_provider with parameters of type Invoice Modifier and Type Method Description intInvoice. compareTo(Invoice other)booleanInvoice. equals(Invoice that)PaymentInfoPaymentInfo. setInvoice(Invoice invoice)Constructors in dev.vality.damsel.proxy_provider with parameters of type Invoice Constructor Description Invoice(Invoice other)Performs a deep copy on other.PaymentInfo(Shop shop, Invoice invoice, InvoicePayment payment)