Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStage
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackStage in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackStage Modifier and Type Field Description InvoicePaymentChargebackStageInvoicePaymentChargeback. stageMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackStage Modifier and Type Method Description static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. arbitration(InvoicePaymentChargebackStageArbitration value)static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. chargeback(InvoicePaymentChargebackStageChargeback value)InvoicePaymentChargebackStageInvoicePaymentChargebackStage. deepCopy()InvoicePaymentChargebackStageInvoicePaymentChargeback. getStage()static InvoicePaymentChargebackStageInvoicePaymentChargebackStage. pre_arbitration(InvoicePaymentChargebackStagePreArbitration value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStage Modifier and Type Method Description intInvoicePaymentChargebackStage. compareTo(InvoicePaymentChargebackStage other)booleanInvoicePaymentChargebackStage. equals(InvoicePaymentChargebackStage other)InvoicePaymentChargebackInvoicePaymentChargeback. setStage(InvoicePaymentChargebackStage stage)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStage Constructor Description InvoicePaymentChargeback(String id, InvoicePaymentChargebackStatus status, String created_at, InvoicePaymentChargebackReason reason, Cash levy, Cash body, InvoicePaymentChargebackStage stage, long domain_revision)InvoicePaymentChargebackStage(InvoicePaymentChargebackStage other) -
Uses of InvoicePaymentChargebackStage in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentChargebackStage Modifier and Type Field Description InvoicePaymentChargebackStageStatChargeback. stageMethods in dev.vality.damsel.merch_stat that return InvoicePaymentChargebackStage Modifier and Type Method Description InvoicePaymentChargebackStageStatChargeback. getStage()Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackStage Modifier and Type Method Description StatChargebackStatChargeback. setStage(InvoicePaymentChargebackStage stage) -
Uses of InvoicePaymentChargebackStage in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackStage Modifier and Type Field Description InvoicePaymentChargebackStageInvoicePaymentChargebackReopenParams. move_to_stageВозможность переместить стадиюInvoicePaymentChargebackStageInvoicePaymentChargebackInvalidStage. stageInvoicePaymentChargebackStageInvoicePaymentChargebackStageChanged. stageMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackStage Modifier and Type Method Description InvoicePaymentChargebackStageInvoicePaymentChargebackReopenParams. getMoveToStage()Возможность переместить стадиюInvoicePaymentChargebackStageInvoicePaymentChargebackInvalidStage. getStage()InvoicePaymentChargebackStageInvoicePaymentChargebackStageChanged. getStage()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStage Modifier and Type Method Description InvoicePaymentChargebackReopenParamsInvoicePaymentChargebackReopenParams. setMoveToStage(InvoicePaymentChargebackStage move_to_stage)Возможность переместить стадиюInvoicePaymentChargebackInvalidStageInvoicePaymentChargebackInvalidStage. setStage(InvoicePaymentChargebackStage stage)InvoicePaymentChargebackStageChangedInvoicePaymentChargebackStageChanged. setStage(InvoicePaymentChargebackStage stage)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStage Constructor Description InvoicePaymentChargebackInvalidStage(InvoicePaymentChargebackStage stage)InvoicePaymentChargebackStageChanged(InvoicePaymentChargebackStage stage)