Class TerminalSettingsData


  • public class TerminalSettingsData
    extends Object
    TerminalSettingsData
    • Constructor Detail

      • TerminalSettingsData

        public TerminalSettingsData()
    • Method Detail

      • getCompanyId

        public String getCompanyId()
        The unique identifier of the company account.
        Returns:
        companyId
      • setCompanyId

        public void setCompanyId​(String companyId)
        The unique identifier of the company account.
        Parameters:
        companyId -
      • getMerchantId

        public String getMerchantId()
        The unique identifier of the merchant account.
        Returns:
        merchantId
      • setMerchantId

        public void setMerchantId​(String merchantId)
        The unique identifier of the merchant account.
        Parameters:
        merchantId -
      • getStoreId

        public String getStoreId()
        The unique identifier of the store.
        Returns:
        storeId
      • setStoreId

        public void setStoreId​(String storeId)
        The unique identifier of the store.
        Parameters:
        storeId -
      • getTerminalId

        public String getTerminalId()
        The unique identifier of the terminal.
        Returns:
        terminalId
      • setTerminalId

        public void setTerminalId​(String terminalId)
        The unique identifier of the terminal.
        Parameters:
        terminalId -
      • getUpdateSource

        public TerminalSettingsData.UpdateSourceEnum getUpdateSource()
        Indicates whether the terminal settings were updated using the Customer Area or the Management API.
        Returns:
        updateSource
      • setUpdateSource

        public void setUpdateSource​(TerminalSettingsData.UpdateSourceEnum updateSource)
        Indicates whether the terminal settings were updated using the Customer Area or the Management API.
        Parameters:
        updateSource -
      • getUser

        public String getUser()
        The user that updated the terminal settings. Can be Adyen or your API credential username.
        Returns:
        user
      • setUser

        public void setUser​(String user)
        The user that updated the terminal settings. Can be Adyen or your API credential username.
        Parameters:
        user -
      • equals

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

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

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

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