Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackReason
Packages that use InvoicePaymentChargebackReason
Package
Description
-
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackReasonMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackReasonModifier and TypeMethodDescriptionInvoicePaymentChargebackReason.deepCopy()InvoicePaymentChargeback.getReason()InvoicePaymentChargebackReason.setCategory(InvoicePaymentChargebackCategory category) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackReasonModifier and TypeMethodDescriptionintInvoicePaymentChargebackReason.compareTo(InvoicePaymentChargebackReason other) booleanInvoicePaymentChargebackReason.equals(InvoicePaymentChargebackReason that) InvoicePaymentChargeback.setReason(InvoicePaymentChargebackReason reason) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackReasonModifierConstructorDescriptionInvoicePaymentChargeback(String id, InvoicePaymentChargebackStatus status, String created_at, InvoicePaymentChargebackReason reason, Cash levy, Cash body, InvoicePaymentChargebackStage stage, long domain_revision) Performs a deep copy on other. -
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentChargebackReasonMethods in dev.vality.damsel.merch_stat that return InvoicePaymentChargebackReasonMethods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackReasonModifier and TypeMethodDescriptionStatChargeback.setChargebackReason(InvoicePaymentChargebackReason chargeback_reason) -
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackReasonMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackReasonModifier and TypeMethodDescriptionInvoicePaymentChargebackParams.getReason()Код причины чарджбэкаMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackReasonModifier and TypeMethodDescriptionInvoicePaymentChargebackParams.setReason(InvoicePaymentChargebackReason reason) Код причины чарджбэкаConstructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackReasonModifierConstructorDescriptionInvoicePaymentChargebackParams(String id, InvoicePaymentChargebackReason reason, Cash levy)