Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackChange Modifier and Type Method Description InvoicePaymentChargebackChangeInvoicePaymentChargebackChange. deepCopy()InvoicePaymentChargebackChangeInvoicePaymentChangePayload. getInvoicePaymentChargebackChange()InvoicePaymentChargebackChangeInvoicePaymentChargebackChange. setId(String id)InvoicePaymentChargebackChangeInvoicePaymentChargebackChange. setOccurredAt(String occurred_at)InvoicePaymentChargebackChangeInvoicePaymentChargebackChange. setPayload(InvoicePaymentChargebackChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackChange Modifier and Type Method Description intInvoicePaymentChargebackChange. compareTo(InvoicePaymentChargebackChange other)booleanInvoicePaymentChargebackChange. equals(InvoicePaymentChargebackChange that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_chargeback_change(InvoicePaymentChargebackChange value)voidInvoicePaymentChangePayload. setInvoicePaymentChargebackChange(InvoicePaymentChargebackChange value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackChange Constructor Description InvoicePaymentChargebackChange(InvoicePaymentChargebackChange other)Performs a deep copy on other.