Class GetStoresUnderAccountResponse


  • public class GetStoresUnderAccountResponse
    extends Object
    GetStoresUnderAccountResponse
    • Constructor Detail

      • GetStoresUnderAccountResponse

        public GetStoresUnderAccountResponse()
    • Method Detail

      • stores

        public GetStoresUnderAccountResponse stores​(List<Store> stores)
        Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.
        Parameters:
        stores -
        Returns:
        the current GetStoresUnderAccountResponse instance, allowing for method chaining
      • getStores

        public List<Store> getStores()
        Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.
        Returns:
        stores
      • setStores

        public void setStores​(List<Store> stores)
        Array that returns a list of all stores for the specified merchant account, or for all merchant accounts under the company account.
        Parameters:
        stores -
      • equals

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

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

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

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