Uses of Class
dev.vality.damsel.domain.InvoicePaymentCaptured
Packages that use InvoicePaymentCaptured
-
Uses of InvoicePaymentCaptured in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentCapturedModifier and TypeMethodDescriptionInvoicePaymentCaptured.deepCopy()InvoicePaymentStatus.getCaptured()TargetInvoicePaymentStatus.getCaptured()Платёж подтверждён.InvoicePaymentCaptured.setAllocation(Allocation allocation) InvoicePaymentCaptured.setCart(InvoiceCart cart) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentCapturedModifier and TypeMethodDescriptionstatic 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 InvoicePaymentCapturedModifierConstructorDescriptionPerforms a deep copy on other.