Class IndividualAccountHolder

    • Constructor Detail

      • IndividualAccountHolder

        public IndividualAccountHolder()
    • Method Detail

      • getFirstName

        public java.lang.String getFirstName()
        The account holder's first name. This must be a valid legal name. The following formats for the first_name value will return a field validation error: a single character all numeric characters all punctuation characters
      • getLastName

        public java.lang.String getLastName()
        The account holder's last name. This must be a valid legal name. The following formats for the last_name value will return a field validation error: a single character all numeric characters all punctuation characters
      • getMiddleName

        public java.lang.String getMiddleName()
        The account holder's middle name. This field is required if the issuer_country value returned in the card metadata response is ZA.
      • 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.
      • setFirstName

        public void setFirstName​(java.lang.String firstName)
        The account holder's first name. This must be a valid legal name. The following formats for the first_name value will return a field validation error: a single character all numeric characters all punctuation characters
      • setLastName

        public void setLastName​(java.lang.String lastName)
        The account holder's last name. This must be a valid legal name. The following formats for the last_name value will return a field validation error: a single character all numeric characters all punctuation characters
      • setMiddleName

        public void setMiddleName​(java.lang.String middleName)
        The account holder's middle name. This field is required if the issuer_country value returned in the card metadata response is ZA.
      • 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.