Class MerchantDetails


  • public class MerchantDetails
    extends Object
    MerchantDetails
    • Constructor Detail

      • MerchantDetails

        public MerchantDetails()
    • Method Detail

      • getCountryCode

        public String getCountryCode()
        2-letter ISO 3166 country code of the card acceptor location. > This parameter is required for the merchants who don't use Adyen as the payment authorisation gateway.
        Returns:
        countryCode
      • setCountryCode

        public void setCountryCode​(String countryCode)
      • isEnrolledIn3DSecure

        public Boolean isEnrolledIn3DSecure()
        If true, indicates that the merchant is enrolled in 3D Secure for the card network.
        Returns:
        enrolledIn3DSecure
      • setEnrolledIn3DSecure

        public void setEnrolledIn3DSecure​(Boolean enrolledIn3DSecure)
      • getMcc

        public String getMcc()
        The merchant category code (MCC) is a four-digit number which relates to a particular market segment. This code reflects the predominant activity that is conducted by the merchant. The list of MCCs can be found [here](https://en.wikipedia.org/wiki/Merchant_category_code).
        Returns:
        mcc
      • setMcc

        public void setMcc​(String mcc)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object