Uses of Enum Class
dev.vality.damsel.domain.ThreeDsVerification
Packages that use ThreeDsVerification
-
Uses of ThreeDsVerification in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ThreeDsVerificationMethods in dev.vality.damsel.domain that return ThreeDsVerificationModifier and TypeMethodDescriptionstatic ThreeDsVerificationThreeDsVerification.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.AdditionalTransactionInfo.getThreeDsVerification()static ThreeDsVerificationReturns the enum constant of this class with the specified name.static ThreeDsVerification[]ThreeDsVerification.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type ThreeDsVerificationModifier and TypeMethodDescriptionAdditionalTransactionInfo.setThreeDsVerification(ThreeDsVerification three_ds_verification)