Uses of Class
dev.vality.damsel.domain.InvoicePaymentChargebackReason
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.merch_stat | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentChargebackReason Modifier and Type Field Description InvoicePaymentChargebackReasonInvoicePaymentChargeback. reasonMethods in dev.vality.damsel.domain that return InvoicePaymentChargebackReason Modifier and Type Method Description InvoicePaymentChargebackReasonInvoicePaymentChargebackReason. deepCopy()InvoicePaymentChargebackReasonInvoicePaymentChargeback. getReason()InvoicePaymentChargebackReasonInvoicePaymentChargebackReason. setCategory(InvoicePaymentChargebackCategory category)InvoicePaymentChargebackReasonInvoicePaymentChargebackReason. setCode(String code)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackReason Modifier and Type Method Description intInvoicePaymentChargebackReason. compareTo(InvoicePaymentChargebackReason other)booleanInvoicePaymentChargebackReason. equals(InvoicePaymentChargebackReason that)InvoicePaymentChargebackInvoicePaymentChargeback. setReason(InvoicePaymentChargebackReason reason)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentChargebackReason Constructor Description InvoicePaymentChargeback(String id, InvoicePaymentChargebackStatus status, String created_at, InvoicePaymentChargebackReason reason, Cash levy, Cash body, InvoicePaymentChargebackStage stage, long domain_revision)InvoicePaymentChargebackReason(InvoicePaymentChargebackReason other)Performs a deep copy on other. -
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentChargebackReason Modifier and Type Field Description InvoicePaymentChargebackReasonStatChargeback. chargeback_reasonMethods in dev.vality.damsel.merch_stat that return InvoicePaymentChargebackReason Modifier and Type Method Description InvoicePaymentChargebackReasonStatChargeback. getChargebackReason()Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentChargebackReason Modifier and Type Method Description StatChargebackStatChargeback. setChargebackReason(InvoicePaymentChargebackReason chargeback_reason) -
Uses of InvoicePaymentChargebackReason in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackReason Modifier and Type Field Description InvoicePaymentChargebackReasonInvoicePaymentChargebackParams. reasonКод причины чарджбэкаMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackReason Modifier and Type Method Description InvoicePaymentChargebackReasonInvoicePaymentChargebackParams. getReason()Код причины чарджбэкаMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackReason Modifier and Type Method Description InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setReason(InvoicePaymentChargebackReason reason)Код причины чарджбэкаConstructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackReason Constructor Description InvoicePaymentChargebackParams(String id, InvoicePaymentChargebackReason reason, Cash levy)