Class GetStoresUnderAccountRequest


  • public class GetStoresUnderAccountRequest
    extends Object
    GetStoresUnderAccountRequest
    • Constructor Detail

      • GetStoresUnderAccountRequest

        public GetStoresUnderAccountRequest()
    • Method Detail

      • getCompanyAccount

        public String getCompanyAccount()
        The company account. If you only specify this parameter, the response includes the stores of all merchant accounts that are associated with the company account.
        Returns:
        companyAccount
      • setCompanyAccount

        public void setCompanyAccount​(String companyAccount)
      • getMerchantAccount

        public String getMerchantAccount()
        The merchant account. With this parameter, the response only includes the stores of the specified merchant account.
        Returns:
        merchantAccount
      • setMerchantAccount

        public void setMerchantAccount​(String merchantAccount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object