Uses of Class
dev.vality.damsel.withdrawals.processing.WithdrawalFailed
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.processing |
-
Uses of WithdrawalFailed in dev.vality.damsel.withdrawals.processing
Methods in dev.vality.damsel.withdrawals.processing that return WithdrawalFailed Modifier and Type Method Description WithdrawalFailedWithdrawalFailed. deepCopy()WithdrawalFailedWithdrawalStatus. getFailed()WithdrawalFailedWithdrawalFailed. setFailure(Failure failure)Methods in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalFailed Modifier and Type Method Description intWithdrawalFailed. compareTo(WithdrawalFailed other)booleanWithdrawalFailed. equals(WithdrawalFailed that)static WithdrawalStatusWithdrawalStatus. failed(WithdrawalFailed value)voidWithdrawalStatus. setFailed(WithdrawalFailed value)Constructors in dev.vality.damsel.withdrawals.processing with parameters of type WithdrawalFailed Constructor Description WithdrawalFailed(WithdrawalFailed other)Performs a deep copy on other.