Class CorporateAccountHolder


  • public final class CorporateAccountHolder
    extends AbstractAccountHolder
    corporate account_holder Class The unreferenced refund destination account holder.
    • Constructor Detail

      • CorporateAccountHolder

        public CorporateAccountHolder()
    • Method Detail

      • getCompanyName

        public java.lang.String getCompanyName()
        The corporate account holder's company name. This must be a valid legal name. The following formats for the company_name value will return a field validation error: a single character all numeric characters all punctuation characters [Required] <= 50
      • getBillingAddress

        public BillingAddress getBillingAddress()
        The account holder's billing address. If your company is incorporated in the United States, this field is required for all unreferenced refunds you perform. [Optional]
      • getPhone

        public Phone getPhone()
        The account holder's phone number. [Optional]
      • getIdentification

        public Identification getIdentification()
        The account holder's identification. Providing identification details for the unreferenced refund recipient increases the likelihood of a successful unreferenced refund. [Optional]
      • getEmail

        public java.lang.String getEmail()
        The account holder's email address. [Optional] <= 255
      • setCompanyName

        public void setCompanyName​(java.lang.String companyName)
        The corporate account holder's company name. This must be a valid legal name. The following formats for the company_name value will return a field validation error: a single character all numeric characters all punctuation characters [Required] <= 50
      • setBillingAddress

        public void setBillingAddress​(BillingAddress billingAddress)
        The account holder's billing address. If your company is incorporated in the United States, this field is required for all unreferenced refunds you perform. [Optional]
      • setPhone

        public void setPhone​(Phone phone)
        The account holder's phone number. [Optional]
      • setIdentification

        public void setIdentification​(Identification identification)
        The account holder's identification. Providing identification details for the unreferenced refund recipient increases the likelihood of a successful unreferenced refund. [Optional]
      • setEmail

        public void setEmail​(java.lang.String email)
        The account holder's email address. [Optional] <= 255