Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackStatus
Packages that use InvoicePaymentChargebackStatus
Package
Description
-
Uses of InvoicePaymentChargebackStatus in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackStatusMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackStatusModifier and TypeMethodDescriptionInvoicePaymentChargebackStatus.accepted(InvoicePaymentChargebackAccepted value) InvoicePaymentChargebackStatus.cancelled(InvoicePaymentChargebackCancelled value) InvoicePaymentChargebackStatus.deepCopy()InvoicePaymentChargeback.getStatus()InvoicePaymentChargebackStatus.pending(InvoicePaymentChargebackPending value) InvoicePaymentChargebackStatus.rejected(InvoicePaymentChargebackRejected value) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStatusModifier and TypeMethodDescriptionintInvoicePaymentChargebackStatus.compareTo(InvoicePaymentChargebackStatus other) booleanInvoicePaymentChargebackStatus.equals(InvoicePaymentChargebackStatus other) InvoicePaymentChargeback.setStatus(InvoicePaymentChargebackStatus status) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackStatusModifierConstructorDescriptionInvoicePaymentChargeback(String id, InvoicePaymentChargebackStatus status, String created_at, InvoicePaymentChargebackReason reason, Cash levy, Cash body, InvoicePaymentChargebackStage stage, long domain_revision) -
Uses of InvoicePaymentChargebackStatus in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentChargebackStatusMethods in dev.vality.damsel.merch_stat that return InvoicePaymentChargebackStatusMethods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackStatusModifier and TypeMethodDescriptionStatChargeback.setChargebackStatus(InvoicePaymentChargebackStatus chargeback_status) Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackStatusModifierConstructorDescriptionStatChargeback(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 InvoicePaymentChargebackStatusModifier and TypeFieldDescriptionInvoicePaymentChargebackInvalidStatus.statusInvoicePaymentChargebackStatusChanged.statusInvoicePaymentChargebackTargetStatusChanged.statusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackStatusModifier and TypeMethodDescriptionInvoicePaymentChargebackInvalidStatus.getStatus()InvoicePaymentChargebackStatusChanged.getStatus()InvoicePaymentChargebackTargetStatusChanged.getStatus()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatusModifier and TypeMethodDescriptionInvoicePaymentChargebackInvalidStatus.setStatus(InvoicePaymentChargebackStatus status) InvoicePaymentChargebackStatusChanged.setStatus(InvoicePaymentChargebackStatus status) InvoicePaymentChargebackTargetStatusChanged.setStatus(InvoicePaymentChargebackStatus status) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackStatusModifierConstructorDescription