Uses of Class
dev.vality.damsel.withdrawals.errors.DestinationReject
| Package | Description |
|---|---|
| dev.vality.damsel.withdrawals.errors |
-
Uses of DestinationReject in dev.vality.damsel.withdrawals.errors
Methods in dev.vality.damsel.withdrawals.errors that return DestinationReject Modifier and Type Method Description static DestinationRejectDestinationReject. bank_card_rejected(BankCardReject value)DestinationRejectDestinationReject. deepCopy()DestinationRejectAuthorizationFailure. getDestinationRejected()static DestinationRejectDestinationReject. unknown(GeneralFailure value)Methods in dev.vality.damsel.withdrawals.errors with parameters of type DestinationReject Modifier and Type Method Description intDestinationReject. compareTo(DestinationReject other)static AuthorizationFailureAuthorizationFailure. destination_rejected(DestinationReject value)booleanDestinationReject. equals(DestinationReject other)voidAuthorizationFailure. setDestinationRejected(DestinationReject value)Constructors in dev.vality.damsel.withdrawals.errors with parameters of type DestinationReject Constructor Description DestinationReject(DestinationReject other)