Uses of Class
dev.vality.damsel.withdrawals.errors.WithdrawalFailure
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.errors |
-
Uses of WithdrawalFailure in dev.vality.damsel.withdrawals.errors
Methods in dev.vality.damsel.withdrawals.errors that return WithdrawalFailure Modifier and Type Method Description static WithdrawalFailureWithdrawalFailure. authorization_failed(AuthorizationFailure value)WithdrawalFailureWithdrawalFailure. deepCopy()Methods in dev.vality.damsel.withdrawals.errors with parameters of type WithdrawalFailure Modifier and Type Method Description intWithdrawalFailure. compareTo(WithdrawalFailure other)booleanWithdrawalFailure. equals(WithdrawalFailure other)Constructors in dev.vality.damsel.withdrawals.errors with parameters of type WithdrawalFailure Constructor Description WithdrawalFailure(WithdrawalFailure other)