Uses of Class
dev.vality.fistful.base.ThreeDsVerification
| Package | Description |
|---|---|
| dev.vality.fistful.base |
-
Uses of ThreeDsVerification in dev.vality.fistful.base
Fields in dev.vality.fistful.base declared as ThreeDsVerification Modifier and Type Field Description ThreeDsVerificationAdditionalTransactionInfo. three_ds_verificationMethods in dev.vality.fistful.base that return ThreeDsVerification Modifier and Type Method Description static ThreeDsVerificationThreeDsVerification. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ThreeDsVerificationAdditionalTransactionInfo. getThreeDsVerification()static ThreeDsVerificationThreeDsVerification. valueOf(String name)Returns the enum constant of this type with the specified name.static ThreeDsVerification[]ThreeDsVerification. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.fistful.base with parameters of type ThreeDsVerification Modifier and Type Method Description AdditionalTransactionInfoAdditionalTransactionInfo. setThreeDsVerification(ThreeDsVerification three_ds_verification)