Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentStatusChange
Packages that use InvoicePaymentAdjustmentStatusChange
-
Uses of InvoicePaymentAdjustmentStatusChange in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentAdjustmentStatusChangeMethods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentStatusChangeModifier and TypeMethodDescriptionInvoicePaymentAdjustmentStatusChange.deepCopy()InvoicePaymentAdjustmentStatusChangeState.getScenario()InvoicePaymentAdjustmentStatusChange.setTargetStatus(InvoicePaymentStatus target_status) Статус, в который необходимо перевести платёж.Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusChangeModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentStatusChange.compareTo(InvoicePaymentAdjustmentStatusChange other) booleanInvoicePaymentAdjustmentStatusChange.equals(InvoicePaymentAdjustmentStatusChange that) InvoicePaymentAdjustmentStatusChangeState.setScenario(InvoicePaymentAdjustmentStatusChange scenario) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentStatusChangeModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of InvoicePaymentAdjustmentStatusChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentStatusChangeMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentStatusChangeModifier and TypeMethodDescriptionvoidInvoicePaymentAdjustmentScenario.setStatusChange(InvoicePaymentAdjustmentStatusChange value) InvoicePaymentAdjustmentScenario.status_change(InvoicePaymentAdjustmentStatusChange value)