public class DistributeCancelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DistributeCancelRequest() | 
| DistributeCancelRequest(DistributeCancelRequest 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,正式环境不填 | 
| 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 | 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 DistributeCancelRequest()
public DistributeCancelRequest(DistributeCancelRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId - 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey - 使用门店OpenKeypublic String getOrderNo()
public void setOrderNo(String OrderNo)
OrderNo - 平台交易订单号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 getProfile()
public void setProfile(String Profile)
Profile - 沙箱环境填sandbox,正式环境不填Copyright © 2025. All rights reserved.