Uses of Class
dev.vality.damsel.domain.InvoicePaymentRefunded
Packages that use InvoicePaymentRefunded
-
Uses of InvoicePaymentRefunded in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentRefundedModifier and TypeMethodDescriptionInvoicePaymentRefunded.deepCopy()InvoicePaymentStatus.getRefunded()TargetInvoicePaymentStatus.getRefunded()Платёж возвращён.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentRefundedModifier and TypeMethodDescriptionintInvoicePaymentRefunded.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 InvoicePaymentRefundedModifierConstructorDescriptionPerforms a deep copy on other.