Package com.onlinepayments.domain
Class CreditCardValidationRulesHostedTokenization
java.lang.Object
com.onlinepayments.domain.CreditCardValidationRulesHostedTokenization
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDetermines whether the Card Verification Value must be provided for existing tokens.Determines whether the Card Verification Value must be provided for new tokens.voidDetermines whether the Card Verification Value must be provided for existing tokens.voidDetermines whether the Card Verification Value must be provided for new tokens.Determines whether the Card Verification Value must be provided for existing tokens.Determines whether the Card Verification Value must be provided for new tokens.
-
Constructor Details
-
CreditCardValidationRulesHostedTokenization
public CreditCardValidationRulesHostedTokenization()
-
-
Method Details
-
getCvvMandatoryForExistingToken
Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session. -
setCvvMandatoryForExistingToken
Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session. -
withCvvMandatoryForExistingToken
Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session. -
getCvvMandatoryForNewToken
Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session. -
setCvvMandatoryForNewToken
Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session. -
withCvvMandatoryForNewToken
Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session.
-