Uses of Class
dev.vality.damsel.domain.InvoicePaymentRefundStatus
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentRefundStatus Modifier and Type Field Description InvoicePaymentRefundStatusInvoicePaymentRefund. statusMethods in dev.vality.damsel.domain that return InvoicePaymentRefundStatus Modifier and Type Method Description InvoicePaymentRefundStatusInvoicePaymentRefundStatus. deepCopy()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. failed(InvoicePaymentRefundFailed value)InvoicePaymentRefundStatusInvoicePaymentRefund. getStatus()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. pending(InvoicePaymentRefundPending value)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. succeeded(InvoicePaymentRefundSucceeded value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundStatus Modifier and Type Method Description intInvoicePaymentRefundStatus. compareTo(InvoicePaymentRefundStatus other)booleanInvoicePaymentRefundStatus. equals(InvoicePaymentRefundStatus other)InvoicePaymentRefundInvoicePaymentRefund. setStatus(InvoicePaymentRefundStatus status)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundStatus Constructor Description InvoicePaymentRefund(String id, InvoicePaymentRefundStatus status, String created_at, long domain_revision)InvoicePaymentRefundStatus(InvoicePaymentRefundStatus other) -
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentRefundStatus Modifier and Type Field Description InvoicePaymentRefundStatusInvoicePaymentRefundStatusChanged. statusMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundStatus Modifier and Type Method Description InvoicePaymentRefundStatusInvoicePaymentRefundStatusChanged. getStatus()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatus Modifier and Type Method Description InvoicePaymentRefundStatusChangedInvoicePaymentRefundStatusChanged. setStatus(InvoicePaymentRefundStatus status)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundStatus Constructor Description InvoicePaymentRefundStatusChanged(InvoicePaymentRefundStatus status)