Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStagePreArbitration
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackStagePreArbitration in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackStagePreArbitration Modifier and Type Method Description InvoicePaymentChargebackStagePreArbitrationInvoicePaymentChargebackStagePreArbitration. deepCopy()InvoicePaymentChargebackStagePreArbitrationInvoicePaymentChargebackStage. getPreArbitration()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStagePreArbitration Modifier and Type Method Description intInvoicePaymentChargebackStagePreArbitration. compareTo(InvoicePaymentChargebackStagePreArbitration other)booleanInvoicePaymentChargebackStagePreArbitration. equals(InvoicePaymentChargebackStagePreArbitration that)static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. pre_arbitration(InvoicePaymentChargebackStagePreArbitration value)voidInvoicePaymentChargebackStage. setPreArbitration(InvoicePaymentChargebackStagePreArbitration value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStagePreArbitration Constructor Description InvoicePaymentChargebackStagePreArbitration(InvoicePaymentChargebackStagePreArbitration other)Performs a deep copy on other.