Class QueryTransferDetailRequest

    • Constructor Detail

      • QueryTransferDetailRequest

        public QueryTransferDetailRequest()
      • QueryTransferDetailRequest

        public QueryTransferDetailRequest​(QueryTransferDetailRequest 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

      • getMerchantId

        public String getMerchantId()
        Get 商户号。 示例值:129284394
        Returns:
        MerchantId 商户号。 示例值:129284394
      • setMerchantId

        public void setMerchantId​(String MerchantId)
        Set 商户号。 示例值:129284394
        Parameters:
        MerchantId - 商户号。 示例值:129284394
      • getMerchantBatchNo

        public String getMerchantBatchNo()
        Get 商家批次单号。 商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。 示例值:plfk2020042013
        Returns:
        MerchantBatchNo 商家批次单号。 商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。 示例值:plfk2020042013
      • setMerchantBatchNo

        public void setMerchantBatchNo​(String MerchantBatchNo)
        Set 商家批次单号。 商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。 示例值:plfk2020042013
        Parameters:
        MerchantBatchNo - 商家批次单号。 商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。 示例值:plfk2020042013
      • getMerchantDetailNo

        public String getMerchantDetailNo()
        Get 商家明细单号。 商户系统内部的商家明细单号 示例值:plfk2020042013
        Returns:
        MerchantDetailNo 商家明细单号。 商户系统内部的商家明细单号 示例值:plfk2020042013
      • setMerchantDetailNo

        public void setMerchantDetailNo​(String MerchantDetailNo)
        Set 商家明细单号。 商户系统内部的商家明细单号 示例值:plfk2020042013
        Parameters:
        MerchantDetailNo - 商家明细单号。 商户系统内部的商家明细单号 示例值:plfk2020042013
      • getBatchId

        public String getBatchId()
        Get 微信批次单号。 微信商家转账系统返回的唯一标识。 商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。 示例值:1030000071100999991182020050700019480001
        Returns:
        BatchId 微信批次单号。 微信商家转账系统返回的唯一标识。 商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。 示例值:1030000071100999991182020050700019480001
      • setBatchId

        public void setBatchId​(String BatchId)
        Set 微信批次单号。 微信商家转账系统返回的唯一标识。 商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。 示例值:1030000071100999991182020050700019480001
        Parameters:
        BatchId - 微信批次单号。 微信商家转账系统返回的唯一标识。 商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。 示例值:1030000071100999991182020050700019480001
      • getDetailId

        public String getDetailId()
        Get 微信明细单号。 微信区分明细单返回的唯一标识。 示例值:1030000071100999991182020050700019480001
        Returns:
        DetailId 微信明细单号。 微信区分明细单返回的唯一标识。 示例值:1030000071100999991182020050700019480001
      • setDetailId

        public void setDetailId​(String DetailId)
        Set 微信明细单号。 微信区分明细单返回的唯一标识。 示例值:1030000071100999991182020050700019480001
        Parameters:
        DetailId - 微信明细单号。 微信区分明细单返回的唯一标识。 示例值:1030000071100999991182020050700019480001
      • getProfile

        public String getProfile()
        Get 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release
        Returns:
        Profile 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release
      • setProfile

        public void setProfile​(String Profile)
        Set 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release
        Parameters:
        Profile - 环境名: release: 现网环境 sandbox: 沙箱环境 development: 开发环境 缺省: release