Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefundChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRefundChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundChange Modifier and Type Method Description InvoicePaymentRefundChangeInvoicePaymentRefundChange. deepCopy()InvoicePaymentRefundChangeInvoicePaymentChangePayload. getInvoicePaymentRefundChange()InvoicePaymentRefundChangeInvoicePaymentRefundChange. setId(String id)InvoicePaymentRefundChangeInvoicePaymentRefundChange. setPayload(InvoicePaymentRefundChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundChange Modifier and Type Method Description intInvoicePaymentRefundChange. compareTo(InvoicePaymentRefundChange other)booleanInvoicePaymentRefundChange. equals(InvoicePaymentRefundChange that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_refund_change(InvoicePaymentRefundChange value)voidInvoicePaymentChangePayload. setInvoicePaymentRefundChange(InvoicePaymentRefundChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundChange Constructor Description InvoicePaymentRefundChange(InvoicePaymentRefundChange other)Performs a deep copy on other.