Uses of Class
dev.vality.damsel.proxy_inspector.InvoicePayment
Packages that use InvoicePayment
-
Uses of InvoicePayment in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as InvoicePaymentMethods in dev.vality.damsel.proxy_inspector that return InvoicePaymentModifier and TypeMethodDescriptionInvoicePayment.deepCopy()PaymentInfo.getPayment()InvoicePayment.setAllocation(Allocation allocation) InvoicePayment.setCreatedAt(String created_at) InvoicePayment.setMakeRecurrent(boolean make_recurrent) Methods in dev.vality.damsel.proxy_inspector with parameters of type InvoicePaymentModifier and TypeMethodDescriptionintInvoicePayment.compareTo(InvoicePayment other) booleanInvoicePayment.equals(InvoicePayment that) PaymentInfo.setPayment(InvoicePayment payment) Constructors in dev.vality.damsel.proxy_inspector with parameters of type InvoicePaymentModifierConstructorDescriptionInvoicePayment(InvoicePayment other) Performs a deep copy on other.PaymentInfo(Shop shop, InvoicePayment payment, Invoice invoice, Party party)