Uses of Class
dev.vality.damsel.proxy_inspector.InvoicePayment
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_inspector |
-
Uses of InvoicePayment in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as InvoicePayment Modifier and Type Field Description InvoicePaymentPaymentInfo. paymentMethods in dev.vality.damsel.proxy_inspector that return InvoicePayment Modifier and Type Method Description InvoicePaymentInvoicePayment. deepCopy()InvoicePaymentPaymentInfo. getPayment()InvoicePaymentInvoicePayment. setAllocation(Allocation allocation)InvoicePaymentInvoicePayment. setCost(Cash cost)InvoicePaymentInvoicePayment. setCreatedAt(String created_at)InvoicePaymentInvoicePayment. setId(String id)InvoicePaymentInvoicePayment. setMakeRecurrent(boolean make_recurrent)InvoicePaymentInvoicePayment. setPayer(Payer payer)Methods in dev.vality.damsel.proxy_inspector with parameters of type InvoicePayment Modifier and Type Method Description intInvoicePayment. compareTo(InvoicePayment other)booleanInvoicePayment. equals(InvoicePayment that)PaymentInfoPaymentInfo. setPayment(InvoicePayment payment)Constructors in dev.vality.damsel.proxy_inspector with parameters of type InvoicePayment Constructor Description InvoicePayment(InvoicePayment other)Performs a deep copy on other.PaymentInfo(Shop shop, InvoicePayment payment, Invoice invoice, Party party)