public class DistributeAccreditTlinxRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DistributeAccreditTlinxRequest() |
DistributeAccreditTlinxRequest(DistributeAccreditTlinxRequest 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 |
getAuthType()
Get 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
|
String |
getFullName()
Get 营业执照商户全称
|
String |
getOpenId()
Get 使用门店OpenId
|
String |
getOpenKey()
Get 使用门店OpenKey
|
String |
getPercent()
Get 分账比例(500=5%)不传默认百分之10
|
String |
getProfile()
Get 沙箱环境填sandbox,正式环境不填
|
void |
setAuthType(String AuthType)
Set 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开
|
void |
setFullName(String FullName)
Set 营业执照商户全称
|
void |
setOpenId(String OpenId)
Set 使用门店OpenId
|
void |
setOpenKey(String OpenKey)
Set 使用门店OpenKey
|
void |
setPercent(String Percent)
Set 分账比例(500=5%)不传默认百分之10
|
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, toJsonString
public DistributeAccreditTlinxRequest()
public DistributeAccreditTlinxRequest(DistributeAccreditTlinxRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey
- 使用门店OpenKeypublic String getAuthType()
public void setAuthType(String AuthType)
AuthType
- 验证方式,传1手机验证(验证码时效60S)传2结算卡验证(时效6小时),多种方式用逗号隔开public String getPercent()
public void setPercent(String Percent)
Percent
- 分账比例(500=5%)不传默认百分之10public String getFullName()
public void setFullName(String FullName)
FullName
- 营业执照商户全称public String getProfile()
public void setProfile(String Profile)
Profile
- 沙箱环境填sandbox,正式环境不填Copyright © 2024. All rights reserved.