Uses of Class
dev.vality.damsel.domain.Invoice
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of Invoice in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return Invoice Modifier and Type Method Description InvoiceInvoice. deepCopy()InvoiceInvoice. setAllocation(Allocation allocation)InvoiceInvoice. setClientInfo(InvoiceClientInfo client_info)InvoiceInvoice. setContext(Content context)InvoiceInvoice. setCost(Cash cost)InvoiceInvoice. setCreatedAt(String created_at)InvoiceInvoice. setDetails(InvoiceDetails details)InvoiceInvoice. setDue(String due)InvoiceInvoice. setExternalId(String external_id)InvoiceInvoice. setId(String id)InvoiceInvoice. setOwnerId(String owner_id)InvoiceInvoice. setPartyRevision(long party_revision)InvoiceInvoice. setShopId(String shop_id)InvoiceInvoice. setStatus(InvoiceStatus status)InvoiceInvoice. setTemplateId(String template_id)Methods in dev.vality.damsel.domain with parameters of type Invoice Modifier and Type Method Description intInvoice. compareTo(Invoice other)booleanInvoice. equals(Invoice that)Constructors in dev.vality.damsel.domain with parameters of type Invoice Constructor Description Invoice(Invoice other)Performs a deep copy on other. -
Uses of Invoice in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as Invoice Modifier and Type Field Description InvoiceInvoice. invoiceInvoiceInvoiceCreated. invoiceДанные созданного инвойса.Methods in dev.vality.damsel.payment_processing that return Invoice Modifier and Type Method Description InvoiceInvoice. getInvoice()InvoiceInvoiceCreated. getInvoice()Данные созданного инвойса.Methods in dev.vality.damsel.payment_processing with parameters of type Invoice Modifier and Type Method Description InvoiceInvoice. setInvoice(Invoice invoice)InvoiceCreatedInvoiceCreated. setInvoice(Invoice invoice)Данные созданного инвойса.Constructors in dev.vality.damsel.payment_processing with parameters of type Invoice Constructor Description Invoice(Invoice invoice, List<InvoicePayment> payments)InvoiceCreated(Invoice invoice)