Class TerminalSettingsMerchantLevel

    • Constructor Detail

      • TerminalSettingsMerchantLevel

        public TerminalSettingsMerchantLevel​(Client client)
    • Method Detail

      • getTheTerminalLogo

        public Logo getTheTerminalLogo​(String merchantId,
                                       Map<String,​String> queryParams)
                                throws ApiException,
                                       IOException
        Get the terminal logo
        Parameters:
        merchantId - The unique identifier of the merchant account. (required)
        queryParams - (optional) model: The terminal model. Possible values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T. (optional)
        Returns:
        Logo
        Throws:
        ApiException - if fails to make API call
        IOException
      • updateTheTerminalLogo

        public Logo updateTheTerminalLogo​(String merchantId,
                                          Logo logo,
                                          Map<String,​String> queryParams)
                                   throws ApiException,
                                          IOException
        Update the terminal logo
        Parameters:
        merchantId - The unique identifier of the merchant account. (required)
        logo - (optional)
        queryParams - (optional) model: The terminal model. Allowed values: E355, VX675WIFIBT, VX680, VX690, VX700, VX820, M400, MX925, P400Plus, UX300, UX410, V200cPlus, V240mPlus, V400cPlus, V400m, e280, e285, e285p, S1E, S1EL, S1F2, S1L, S1U, S7T. (optional)
        Returns:
        Logo
        Throws:
        ApiException - if fails to make API call
        IOException