Class QueryShopOpenIdRequest

    • Constructor Detail

      • QueryShopOpenIdRequest

        public QueryShopOpenIdRequest()
      • QueryShopOpenIdRequest

        public QueryShopOpenIdRequest​(QueryShopOpenIdRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getOpenId

        public String getOpenId()
        Get 收单系统分配的开放ID
        Returns:
        OpenId 收单系统分配的开放ID
      • setOpenId

        public void setOpenId​(String OpenId)
        Set 收单系统分配的开放ID
        Parameters:
        OpenId - 收单系统分配的开放ID
      • getOpenKey

        public String getOpenKey()
        Get 收单系统分配的密钥
        Returns:
        OpenKey 收单系统分配的密钥
      • setOpenKey

        public void setOpenKey​(String OpenKey)
        Set 收单系统分配的密钥
        Parameters:
        OpenKey - 收单系统分配的密钥
      • getShopNo

        public String getShopNo()
        Get 门店编号
        Returns:
        ShopNo 门店编号
      • setShopNo

        public void setShopNo​(String ShopNo)
        Set 门店编号
        Parameters:
        ShopNo - 门店编号
      • getProfile

        public String getProfile()
        Get 沙箱环境填sandbox,正式环境不填
        Returns:
        Profile 沙箱环境填sandbox,正式环境不填
      • setProfile

        public void setProfile​(String Profile)
        Set 沙箱环境填sandbox,正式环境不填
        Parameters:
        Profile - 沙箱环境填sandbox,正式环境不填