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)
        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.
        Parameters:
        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)
        The merchant account. With this parameter, the response only includes the stores of the specified merchant account.
        Parameters:
        merchantAccount -
      • equals

        public boolean equals​(Object o)
        Return true if this GetStoresUnderAccountRequest object is equal to o.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • fromJson

        public static GetStoresUnderAccountRequest fromJson​(String jsonString)
                                                     throws com.fasterxml.jackson.core.JsonProcessingException
        Create an instance of GetStoresUnderAccountRequest given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of GetStoresUnderAccountRequest
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException - if the JSON string is invalid with respect to GetStoresUnderAccountRequest
      • toJson

        public String toJson()
                      throws com.fasterxml.jackson.core.JsonProcessingException
        Convert an instance of GetStoresUnderAccountRequest to an JSON string
        Returns:
        JSON string
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException