Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentStatus
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentStatus in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentStatus Modifier and Type Field Description InvoicePaymentStatusStatPayment. statusMethods in dev.vality.damsel.merch_stat that return InvoicePaymentStatus Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. cancelled(InvoicePaymentCancelled value)static InvoicePaymentStatusInvoicePaymentStatus. captured(InvoicePaymentCaptured value)static InvoicePaymentStatusInvoicePaymentStatus. charged_back(InvoicePaymentChargedBack value)InvoicePaymentStatusInvoicePaymentStatus. deepCopy()static InvoicePaymentStatusInvoicePaymentStatus. failed(InvoicePaymentFailed value)InvoicePaymentStatusStatPayment. getStatus()static InvoicePaymentStatusInvoicePaymentStatus. pending(InvoicePaymentPending value)static InvoicePaymentStatusInvoicePaymentStatus. processed(InvoicePaymentProcessed value)static InvoicePaymentStatusInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentStatus Modifier and Type Method Description intInvoicePaymentStatus. compareTo(InvoicePaymentStatus other)booleanInvoicePaymentStatus. equals(InvoicePaymentStatus other)StatPaymentStatPayment. setStatus(InvoicePaymentStatus status)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentStatus Constructor Description InvoicePaymentStatus(InvoicePaymentStatus other)StatPayment(String id, String invoice_id, String owner_id, String shop_id, String created_at, InvoicePaymentStatus status, long amount, long fee, String currency_symbolic_code, Payer payer, InvoicePaymentFlow flow, long domain_revision)