Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentRefundStatus
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentRefundStatus Modifier and Type Field Description InvoicePaymentRefundStatusStatRefund. statusMethods in dev.vality.damsel.merch_stat that return InvoicePaymentRefundStatus Modifier and Type Method Description InvoicePaymentRefundStatusInvoicePaymentRefundStatus. deepCopy()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. failed(InvoicePaymentRefundFailed value)InvoicePaymentRefundStatusStatRefund. getStatus()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. pending(InvoicePaymentRefundPending value)static InvoicePaymentRefundStatusInvoicePaymentRefundStatus. succeeded(InvoicePaymentRefundSucceeded value)Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundStatus Modifier and Type Method Description intInvoicePaymentRefundStatus. compareTo(InvoicePaymentRefundStatus other)booleanInvoicePaymentRefundStatus. equals(InvoicePaymentRefundStatus other)StatRefundStatRefund. setStatus(InvoicePaymentRefundStatus status)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundStatus Constructor Description InvoicePaymentRefundStatus(InvoicePaymentRefundStatus other)StatRefund(String id, String payment_id, String invoice_id, String owner_id, String shop_id, InvoicePaymentRefundStatus status, String created_at, long amount, long fee, String currency_symbolic_code)