Uses of Class
dev.vality.damsel.domain.Invoice
Packages that use Invoice
-
Uses of Invoice in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceModifier and TypeMethodDescriptionInvoice.deepCopy()Invoice.setAllocation(Allocation allocation) Invoice.setClientInfo(InvoiceClientInfo client_info) Invoice.setContext(Content context) Invoice.setCreatedAt(String created_at) Invoice.setDetails(InvoiceDetails details) Invoice.setExternalId(String external_id) Invoice.setMutations(List<InvoiceMutation> mutations) Invoice.setOwnerId(String owner_id) Invoice.setPartyRevision(long party_revision) Invoice.setStatus(InvoiceStatus status) Invoice.setTemplateId(String template_id) Methods in dev.vality.damsel.domain with parameters of type InvoiceModifier and TypeMethodDescriptionintbooleanConstructors in dev.vality.damsel.domain with parameters of type Invoice -
Uses of Invoice in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceModifier and TypeFieldDescriptionInvoice.invoiceInvoiceCreated.invoiceДанные созданного инвойса.Methods in dev.vality.damsel.payment_processing that return InvoiceModifier and TypeMethodDescriptionInvoice.getInvoice()InvoiceCreated.getInvoice()Данные созданного инвойса.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceModifier and TypeMethodDescriptionInvoice.setInvoice(Invoice invoice) InvoiceCreated.setInvoice(Invoice invoice) Данные созданного инвойса.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceModifierConstructorDescriptionInvoice(Invoice invoice, List<InvoicePayment> payments) InvoiceCreated(Invoice invoice)