Uses of Class
dev.vality.damsel.payment_processing.InvalidWalletReason
Packages that use InvalidWalletReason
-
Uses of InvalidWalletReason in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvalidWalletReasonMethods in dev.vality.damsel.payment_processing that return InvalidWalletReasonModifier and TypeMethodDescriptionstatic InvalidWalletReasonInvalidWalletReason.already_exists(String value) static InvalidWalletReasonInvalidWalletReason.contract_terms_violated(ContractTermsViolated value) InvalidWalletReason.deepCopy()InvalidWallet.getReason()static InvalidWalletReasonInvalidWalletReason.invalid_status(InvalidStatus value) static InvalidWalletReasonInvalidWalletReason.no_account(String value) static InvalidWalletReasonInvalidWalletReason.not_exists(String value) Methods in dev.vality.damsel.payment_processing with parameters of type InvalidWalletReasonModifier and TypeMethodDescriptionintInvalidWalletReason.compareTo(InvalidWalletReason other) booleanInvalidWalletReason.equals(InvalidWalletReason other) InvalidWallet.setReason(InvalidWalletReason reason) Constructors in dev.vality.damsel.payment_processing with parameters of type InvalidWalletReason