public class QueryMerchantPayWayListRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
QueryMerchantPayWayListRequest() |
QueryMerchantPayWayListRequest(QueryMerchantPayWayListRequest 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 |
getOpenId()
Get 使用门店OpenId
|
String |
getOpenKey()
Get 使用门店OpenKey
|
String |
getPayType()
Get 支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。
|
String |
getProfile()
Get 沙箱环境填sandbox,正式环境不填
|
void |
setOpenId(String OpenId)
Set 使用门店OpenId
|
void |
setOpenKey(String OpenKey)
Set 使用门店OpenKey
|
void |
setPayType(String PayType)
Set 支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。
|
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 QueryMerchantPayWayListRequest()
public QueryMerchantPayWayListRequest(QueryMerchantPayWayListRequest source)
public String getOpenId()
public void setOpenId(String OpenId)
OpenId
- 使用门店OpenIdpublic String getOpenKey()
public void setOpenKey(String OpenKey)
OpenKey
- 使用门店OpenKeypublic String getPayType()
public void setPayType(String PayType)
PayType
- 支付类型,逗号分隔。1-现金,2-主扫,3-被扫,4-JSAPI。public String getProfile()
public void setProfile(String Profile)
Profile
- 沙箱环境填sandbox,正式环境不填Copyright © 2024. All rights reserved.