Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackStatusChanged Modifier and Type Method Description InvoicePaymentChargebackStatusChangedInvoicePaymentChargebackStatusChanged. deepCopy()InvoicePaymentChargebackStatusChangedInvoicePaymentChargebackChangePayload. getInvoicePaymentChargebackStatusChanged()InvoicePaymentChargebackStatusChangedInvoicePaymentChargebackStatusChanged. setStatus(InvoicePaymentChargebackStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatusChanged Modifier and Type Method Description intInvoicePaymentChargebackStatusChanged. compareTo(InvoicePaymentChargebackStatusChanged other)booleanInvoicePaymentChargebackStatusChanged. equals(InvoicePaymentChargebackStatusChanged that)static InvoicePaymentChargebackChangePayloadInvoicePaymentChargebackChangePayload. invoice_payment_chargeback_status_changed(InvoicePaymentChargebackStatusChanged value)voidInvoicePaymentChargebackChangePayload. setInvoicePaymentChargebackStatusChanged(InvoicePaymentChargebackStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatusChanged Constructor Description InvoicePaymentChargebackStatusChanged(InvoicePaymentChargebackStatusChanged other)Performs a deep copy on other.