public class DistributeQueryRequest extends AbstractModel
Constructor and Description |
---|
DistributeQueryRequest() |
DistributeQueryRequest(DistributeQueryRequest 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 |
getDistributeNo()
Get 平台分账单号,type为2时,和OutDistributeNo二者传其一
|
String |
getOpenId()
Get 使用门店OpenId
|
String |
getOpenKey()
Get 使用门店OpenKey
|
String |
getOrderNo()
Get 平台交易订单号
|
String |
getOutDistributeNo()
Get 商户分账单号,type为2时,和DistributeNo二者传其一
|
String |
getProfile()
Get 沙箱环境填sandbox,正式环境不填
|
String |
getType()
Get 查询类型(1-全部,2-单笔)
|
void |
setDistributeNo(String DistributeNo)
Set 平台分账单号,type为2时,和OutDistributeNo二者传其一
|
void |
setOpenId(String OpenId)
Set 使用门店OpenId
|
void |
setOpenKey(String OpenKey)
Set 使用门店OpenKey
|
void |
setOrderNo(String OrderNo)
Set 平台交易订单号
|
void |
setOutDistributeNo(String OutDistributeNo)
Set 商户分账单号,type为2时,和DistributeNo二者传其一
|
void |
setProfile(String Profile)
Set 沙箱环境填sandbox,正式环境不填
|
void |
setType(String Type)
Set 查询类型(1-全部,2-单笔)
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DistributeQueryRequest()
public DistributeQueryRequest(DistributeQueryRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey
- 使用门店OpenKeypublic String getType()
public void setType(String Type)
Type
- 查询类型(1-全部,2-单笔)public String getOutDistributeNo()
public void setOutDistributeNo(String OutDistributeNo)
OutDistributeNo
- 商户分账单号,type为2时,和DistributeNo二者传其一public String getDistributeNo()
public void setDistributeNo(String DistributeNo)
DistributeNo
- 平台分账单号,type为2时,和OutDistributeNo二者传其一public String getOrderNo()
public void setOrderNo(String OrderNo)
OrderNo
- 平台交易订单号public String getProfile()
public void setProfile(String Profile)
Profile
- 沙箱环境填sandbox,正式环境不填Copyright © 2022. All rights reserved.