Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStatus
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackStatus in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackStatus Modifier and Type Field Description InvoicePaymentChargebackStatusInvoicePaymentChargeback. statusMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackStatus Modifier and Type Method Description static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. accepted(InvoicePaymentChargebackAccepted value)static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. cancelled(InvoicePaymentChargebackCancelled value)InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. deepCopy()InvoicePaymentChargebackStatusInvoicePaymentChargeback. getStatus()static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. pending(InvoicePaymentChargebackPending value)static InvoicePaymentChargebackStatusInvoicePaymentChargebackStatus. rejected(InvoicePaymentChargebackRejected value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStatus Modifier and Type Method Description intInvoicePaymentChargebackStatus. compareTo(InvoicePaymentChargebackStatus other)booleanInvoicePaymentChargebackStatus. equals(InvoicePaymentChargebackStatus other)InvoicePaymentChargebackInvoicePaymentChargeback. setStatus(InvoicePaymentChargebackStatus status)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStatus Constructor Description InvoicePaymentChargeback(String id, InvoicePaymentChargebackStatus status, String created_at, InvoicePaymentChargebackReason reason, Cash levy, Cash body, InvoicePaymentChargebackStage stage, long domain_revision)InvoicePaymentChargebackStatus(InvoicePaymentChargebackStatus other) -
Uses of InvoicePaymentChargebackStatus in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentChargebackStatus Modifier and Type Field Description InvoicePaymentChargebackStatusStatChargeback. chargeback_statusMethods in dev.vality.damsel.merch_stat that return InvoicePaymentChargebackStatus Modifier and Type Method Description InvoicePaymentChargebackStatusStatChargeback. getChargebackStatus()Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackStatus Modifier and Type Method Description StatChargebackStatChargeback. setChargebackStatus(InvoicePaymentChargebackStatus chargeback_status)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackStatus Constructor Description StatChargeback(String invoice_id, String payment_id, String chargeback_id, String party_id, String shop_id, InvoicePaymentChargebackStatus chargeback_status, String created_at, long levy_amount, Currency levy_currency_code, long amount, Currency currency_code) -
Uses of InvoicePaymentChargebackStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackStatus Modifier and Type Field Description InvoicePaymentChargebackStatusInvoicePaymentChargebackInvalidStatus. statusInvoicePaymentChargebackStatusInvoicePaymentChargebackStatusChanged. statusInvoicePaymentChargebackStatusInvoicePaymentChargebackTargetStatusChanged. statusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackStatus Modifier and Type Method Description InvoicePaymentChargebackStatusInvoicePaymentChargebackInvalidStatus. getStatus()InvoicePaymentChargebackStatusInvoicePaymentChargebackStatusChanged. getStatus()InvoicePaymentChargebackStatusInvoicePaymentChargebackTargetStatusChanged. getStatus()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatus Modifier and Type Method Description InvoicePaymentChargebackInvalidStatusInvoicePaymentChargebackInvalidStatus. setStatus(InvoicePaymentChargebackStatus status)InvoicePaymentChargebackStatusChangedInvoicePaymentChargebackStatusChanged. setStatus(InvoicePaymentChargebackStatus status)InvoicePaymentChargebackTargetStatusChangedInvoicePaymentChargebackTargetStatusChanged. setStatus(InvoicePaymentChargebackStatus status)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatus Constructor Description InvoicePaymentChargebackInvalidStatus(InvoicePaymentChargebackStatus status)InvoicePaymentChargebackStatusChanged(InvoicePaymentChargebackStatus status)InvoicePaymentChargebackTargetStatusChanged(InvoicePaymentChargebackStatus status)