Uses of Class
dev.vality.damsel.domain.InvoicePaymentRefunded
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentRefunded in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentRefunded Modifier and Type Method Description InvoicePaymentRefundedInvoicePaymentRefunded. deepCopy()InvoicePaymentRefundedInvoicePaymentStatus. getRefunded()InvoicePaymentRefundedTargetInvoicePaymentStatus. getRefunded()Платёж возвращён.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentRefunded Modifier and Type Method Description intInvoicePaymentRefunded. compareTo(InvoicePaymentRefunded other)booleanInvoicePaymentRefunded. equals(InvoicePaymentRefunded that)static InvoicePaymentStatusInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. refunded(InvoicePaymentRefunded value)voidInvoicePaymentStatus. setRefunded(InvoicePaymentRefunded value)voidTargetInvoicePaymentStatus. setRefunded(InvoicePaymentRefunded value)Платёж возвращён.Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentRefunded Constructor Description InvoicePaymentRefunded(InvoicePaymentRefunded other)Performs a deep copy on other.