Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalPending
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of WithdrawalPending in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return WithdrawalPending Modifier and Type Method Description WithdrawalPendingWithdrawalPending. deepCopy()WithdrawalPendingWithdrawalStatus. getPending()Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalPending Modifier and Type Method Description intWithdrawalPending. compareTo(WithdrawalPending other)booleanWithdrawalPending. equals(WithdrawalPending that)static WithdrawalStatusWithdrawalStatus. pending(WithdrawalPending value)voidWithdrawalStatus. setPending(WithdrawalPending value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalPending Constructor Description WithdrawalPending(WithdrawalPending other)Performs a deep copy on other.