Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStageArbitration
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentChargebackStageArbitration in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentChargebackStageArbitration Modifier and Type Method Description InvoicePaymentChargebackStageArbitrationInvoicePaymentChargebackStageArbitration. deepCopy()InvoicePaymentChargebackStageArbitrationInvoicePaymentChargebackStage. getArbitration()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStageArbitration Modifier and Type Method Description static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. arbitration(InvoicePaymentChargebackStageArbitration value)intInvoicePaymentChargebackStageArbitration. compareTo(InvoicePaymentChargebackStageArbitration other)booleanInvoicePaymentChargebackStageArbitration. equals(InvoicePaymentChargebackStageArbitration that)voidInvoicePaymentChargebackStage. setArbitration(InvoicePaymentChargebackStageArbitration value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStageArbitration Constructor Description InvoicePaymentChargebackStageArbitration(InvoicePaymentChargebackStageArbitration other)Performs a deep copy on other.