Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStageChargeback
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackStageChargeback in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackStageChargeback Modifier and Type Method Description InvoicePaymentChargebackStageChargebackInvoicePaymentChargebackStageChargeback. deepCopy()InvoicePaymentChargebackStageChargebackInvoicePaymentChargebackStage. getChargeback()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStageChargeback Modifier and Type Method Description static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. chargeback(InvoicePaymentChargebackStageChargeback value)intInvoicePaymentChargebackStageChargeback. compareTo(InvoicePaymentChargebackStageChargeback other)booleanInvoicePaymentChargebackStageChargeback. equals(InvoicePaymentChargebackStageChargeback that)voidInvoicePaymentChargebackStage. setChargeback(InvoicePaymentChargebackStageChargeback value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStageChargeback Constructor Description InvoicePaymentChargebackStageChargeback(InvoicePaymentChargebackStageChargeback other)Performs a deep copy on other.