Class CloseStoresRequest


  • public class CloseStoresRequest
    extends Object
    CloseStoresRequest
    • Constructor Detail

      • CloseStoresRequest

        public CloseStoresRequest()
    • Method Detail

      • getAccountHolderCode

        public String getAccountHolderCode()
        The code of the account holder.
        Returns:
        accountHolderCode
      • setAccountHolderCode

        public void setAccountHolderCode​(String accountHolderCode)
      • getStores

        public List<String> getStores()
        List of stores to be closed.
        Returns:
        stores
      • setStores

        public void setStores​(List<String> stores)
      • equals

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

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

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

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