public class QueryTransferDetailRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| QueryTransferDetailRequest() | 
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getBatchId()Get 微信批次单号。
微信商家转账系统返回的唯一标识。
商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。
示例值:1030000071100999991182020050700019480001 | 
| String | getDetailId()Get 微信明细单号。
微信区分明细单返回的唯一标识。
示例值:1030000071100999991182020050700019480001 | 
| String | getMerchantBatchNo()Get 商家批次单号。
商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。
示例值:plfk2020042013 | 
| String | getMerchantDetailNo()Get 商家明细单号。
商户系统内部的商家明细单号
示例值:plfk2020042013 | 
| String | getMerchantId()Get 商户号。
示例值:129284394 | 
| String | getProfile()Get 环境名:
release: 现网环境
sandbox: 沙箱环境
development: 开发环境
缺省: release | 
| void | setBatchId(String BatchId)Set 微信批次单号。
微信商家转账系统返回的唯一标识。
商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。
示例值:1030000071100999991182020050700019480001 | 
| void | setDetailId(String DetailId)Set 微信明细单号。
微信区分明细单返回的唯一标识。
示例值:1030000071100999991182020050700019480001 | 
| void | setMerchantBatchNo(String MerchantBatchNo)Set 商家批次单号。
商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。
示例值:plfk2020042013 | 
| void | setMerchantDetailNo(String MerchantDetailNo)Set 商家明细单号。
商户系统内部的商家明细单号
示例值:plfk2020042013 | 
| void | setMerchantId(String MerchantId)Set 商户号。
示例值:129284394 | 
| void | setProfile(String Profile)Set 环境名:
release: 现网环境
sandbox: 沙箱环境
development: 开发环境
缺省: release | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic QueryTransferDetailRequest()
public QueryTransferDetailRequest(QueryTransferDetailRequest source)
public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId - 商户号。
示例值:129284394public String getMerchantBatchNo()
public void setMerchantBatchNo(String MerchantBatchNo)
MerchantBatchNo - 商家批次单号。
商户系统内部的商家批次单号,此参数只能由数字、字母组成,商户系统内部唯一,UTF8编码,最多32个字符。
示例值:plfk2020042013public String getMerchantDetailNo()
public void setMerchantDetailNo(String MerchantDetailNo)
MerchantDetailNo - 商家明细单号。
商户系统内部的商家明细单号
示例值:plfk2020042013public String getBatchId()
public void setBatchId(String BatchId)
BatchId - 微信批次单号。
微信商家转账系统返回的唯一标识。
商家单号(包含批次号和明细单号)和微信单号(包含批次号和明细单号)二者必填其一。
示例值:1030000071100999991182020050700019480001public String getDetailId()
public void setDetailId(String DetailId)
DetailId - 微信明细单号。
微信区分明细单返回的唯一标识。
示例值:1030000071100999991182020050700019480001public String getProfile()
public void setProfile(String Profile)
Profile - 环境名:
release: 现网环境
sandbox: 沙箱环境
development: 开发环境
缺省: releaseCopyright © 2025. All rights reserved.