Class GovernmentAccountHolder

    • Constructor Detail

      • GovernmentAccountHolder

        public GovernmentAccountHolder()
    • Method Detail

      • getCompanyName

        public java.lang.String getCompanyName()
        The account holder's company name.\nThis must be a valid legal name. The following formats for the company_name value will return a field validation error:\n\na single character all numeric characters all punctuation characters
      • getAccountNameInquiry

        public java.lang.Boolean getAccountNameInquiry()
        Specifies whether to perform an account name inquiry (ANI) check with the scheme. This is only valid for Visa and Mastercard payments.
      • setCompanyName

        public void setCompanyName​(java.lang.String companyName)
        The account holder's company name.\nThis must be a valid legal name. The following formats for the company_name value will return a field validation error:\n\na single character all numeric characters all punctuation characters
      • setAccountNameInquiry

        public void setAccountNameInquiry​(java.lang.Boolean accountNameInquiry)
        Specifies whether to perform an account name inquiry (ANI) check with the scheme. This is only valid for Visa and Mastercard payments.