Class CreditCardValidationRulesHostedTokenization

java.lang.Object
com.onlinepayments.domain.CreditCardValidationRulesHostedTokenization

public class CreditCardValidationRulesHostedTokenization extends Object
  • Constructor Details

    • CreditCardValidationRulesHostedTokenization

      public CreditCardValidationRulesHostedTokenization()
  • Method Details

    • getCvvMandatoryForExistingToken

      public Boolean getCvvMandatoryForExistingToken()
      Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session.
    • setCvvMandatoryForExistingToken

      public void setCvvMandatoryForExistingToken(Boolean value)
      Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session.
    • withCvvMandatoryForExistingToken

      public CreditCardValidationRulesHostedTokenization withCvvMandatoryForExistingToken(Boolean value)
      Determines whether the Card Verification Value must be provided for existing tokens. This option overrides the payment method configuration for the session.
    • getCvvMandatoryForNewToken

      public Boolean getCvvMandatoryForNewToken()
      Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session.
    • setCvvMandatoryForNewToken

      public void setCvvMandatoryForNewToken(Boolean value)
      Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session.
    • withCvvMandatoryForNewToken

      public CreditCardValidationRulesHostedTokenization withCvvMandatoryForNewToken(Boolean value)
      Determines whether the Card Verification Value must be provided for new tokens. This option overrides the payment method configuration for the session.