Uses of Class
dev.vality.damsel.domain.InvoicePaymentCaptured
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentCaptured in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentCaptured Modifier and Type Method Description InvoicePaymentCapturedInvoicePaymentCaptured. deepCopy()InvoicePaymentCapturedInvoicePaymentStatus. getCaptured()InvoicePaymentCapturedTargetInvoicePaymentStatus. getCaptured()Платёж подтверждён.InvoicePaymentCapturedInvoicePaymentCaptured. setAllocation(Allocation allocation)InvoicePaymentCapturedInvoicePaymentCaptured. setCart(InvoiceCart cart)InvoicePaymentCapturedInvoicePaymentCaptured. setCost(Cash cost)InvoicePaymentCapturedInvoicePaymentCaptured. setReason(String reason)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentCaptured Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. captured(InvoicePaymentCaptured value)static TargetInvoicePaymentStatusTargetInvoicePaymentStatus. captured(InvoicePaymentCaptured value)intInvoicePaymentCaptured. compareTo(InvoicePaymentCaptured other)booleanInvoicePaymentCaptured. equals(InvoicePaymentCaptured that)voidInvoicePaymentStatus. setCaptured(InvoicePaymentCaptured value)voidTargetInvoicePaymentStatus. setCaptured(InvoicePaymentCaptured value)Платёж подтверждён.Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentCaptured Constructor Description InvoicePaymentCaptured(InvoicePaymentCaptured other)Performs a deep copy on other.