Uses of Class
dev.vality.fistful.withdrawal_errors.WithdrawalFailure
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal_errors |
-
Uses of WithdrawalFailure in dev.vality.fistful.withdrawal_errors
Methods in dev.vality.fistful.withdrawal_errors that return WithdrawalFailure Modifier and Type Method Description static WithdrawalFailureWithdrawalFailure. account_limit_exceeded(LimitExceeded value)WithdrawalFailureWithdrawalFailure. deepCopy()static WithdrawalFailureWithdrawalFailure. no_route_found(GeneralFailure value)static WithdrawalFailureWithdrawalFailure. provider_limit_exceeded(LimitExceeded value)static WithdrawalFailureWithdrawalFailure. quote_expired(GeneralFailure value)Methods in dev.vality.fistful.withdrawal_errors with parameters of type WithdrawalFailure Modifier and Type Method Description intWithdrawalFailure. compareTo(WithdrawalFailure other)booleanWithdrawalFailure. equals(WithdrawalFailure other)Constructors in dev.vality.fistful.withdrawal_errors with parameters of type WithdrawalFailure Constructor Description WithdrawalFailure(WithdrawalFailure other)