Uses of Class
dev.vality.damsel.proxy_inspector.PaymentInfo
Packages that use PaymentInfo
-
Uses of PaymentInfo in dev.vality.damsel.proxy_inspector
Fields in dev.vality.damsel.proxy_inspector declared as PaymentInfoMethods in dev.vality.damsel.proxy_inspector that return PaymentInfoModifier and TypeMethodDescriptionPaymentInfo.deepCopy()Context.getPayment()PaymentInfo.setInvoice(Invoice invoice) PaymentInfo.setPayment(InvoicePayment payment) Methods in dev.vality.damsel.proxy_inspector with parameters of type PaymentInfoModifier and TypeMethodDescriptionintPaymentInfo.compareTo(PaymentInfo other) booleanPaymentInfo.equals(PaymentInfo that) Context.setPayment(PaymentInfo payment) Constructors in dev.vality.damsel.proxy_inspector with parameters of type PaymentInfoModifierConstructorDescriptionContext(PaymentInfo payment) PaymentInfo(PaymentInfo other) Performs a deep copy on other.