Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentRefundStatus
Packages that use InvoicePaymentRefundStatus
-
Uses of InvoicePaymentRefundStatus in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentRefundStatusMethods in dev.vality.damsel.merch_stat that return InvoicePaymentRefundStatusModifier and TypeMethodDescriptionInvoicePaymentRefundStatus.deepCopy()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.failed(InvoicePaymentRefundFailed value) StatRefund.getStatus()static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.pending(InvoicePaymentRefundPending value) static InvoicePaymentRefundStatusInvoicePaymentRefundStatus.succeeded(InvoicePaymentRefundSucceeded value) Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundStatusModifier and TypeMethodDescriptionintInvoicePaymentRefundStatus.compareTo(InvoicePaymentRefundStatus other) booleanInvoicePaymentRefundStatus.equals(InvoicePaymentRefundStatus other) StatRefund.setStatus(InvoicePaymentRefundStatus status) Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentRefundStatusModifierConstructorDescriptionStatRefund(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)