Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackCreated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackCreated Modifier and Type Method Description InvoicePaymentChargebackCreatedInvoicePaymentChargebackCreated. deepCopy()InvoicePaymentChargebackCreatedInvoicePaymentChargebackChangePayload. getInvoicePaymentChargebackCreated()InvoicePaymentChargebackCreatedInvoicePaymentChargebackCreated. setChargeback(InvoicePaymentChargeback chargeback)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCreated Modifier and Type Method Description intInvoicePaymentChargebackCreated. compareTo(InvoicePaymentChargebackCreated other)booleanInvoicePaymentChargebackCreated. equals(InvoicePaymentChargebackCreated that)static InvoicePaymentChargebackChangePayloadInvoicePaymentChargebackChangePayload. invoice_payment_chargeback_created(InvoicePaymentChargebackCreated value)voidInvoicePaymentChargebackChangePayload. setInvoicePaymentChargebackCreated(InvoicePaymentChargebackCreated value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCreated Constructor Description InvoicePaymentChargebackCreated(InvoicePaymentChargebackCreated other)Performs a deep copy on other.