Class Store


  • public class Store
    extends Object
    Store
    • Constructor Detail

      • Store

        public Store()
    • Method Detail

      • getAddress

        public Address getAddress()
        Get address
        Returns:
        address
      • setAddress

        public void setAddress​(Address address)
      • description

        public Store description​(String description)
      • getDescription

        public String getDescription()
        The store description
        Returns:
        description
      • setDescription

        public void setDescription​(String description)
      • inStoreTerminals

        public Store inStoreTerminals​(List<String> inStoreTerminals)
      • addInStoreTerminalsItem

        public Store addInStoreTerminalsItem​(String inStoreTerminalsItem)
      • getInStoreTerminals

        public List<String> getInStoreTerminals()
        List of unique terminal IDs assigned to this store
        Returns:
        inStoreTerminals
      • setInStoreTerminals

        public void setInStoreTerminals​(List<String> inStoreTerminals)
      • merchantAccountCode

        public Store merchantAccountCode​(String merchantAccountCode)
      • getMerchantAccountCode

        public String getMerchantAccountCode()
        Merchant account code
        Returns:
        merchantAccountCode
      • setMerchantAccountCode

        public void setMerchantAccountCode​(String merchantAccountCode)
      • getStatus

        public String getStatus()
        Store status. Possible values: - `PreActive`: The store has been created, but not yet activated. - `Active`: The store has been activated. This means you can process payments over the store. - `Inactive`: The store is currently not active. - `InactiveWithModifications`: The store is currently not active, but payment modifications such as refunds are still allowed. - `Closed`: The store has been closed.
        Returns:
        status
      • setStatus

        public void setStatus​(String status)
      • getStore

        public String getStore()
        The store code of the store.
        Returns:
        store
      • setStore

        public void setStore​(String store)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object