public class OpenBankSceneInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
OpenBankSceneInfo() |
OpenBankSceneInfo(OpenBankSceneInfo 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 |
getDeviceId()
Get 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
|
String |
getDeviceType()
Get 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。
汇付渠道必填。
|
String |
getOrderTime()
Get 用户下单时间。若不上送,服务端默认当前时间。
|
String |
getPayerClientIp()
Get 用户端实际 ip。汇付渠道必填。
|
String |
getPayerUa()
Get 浏览器 User-Agent。
|
void |
setDeviceId(String DeviceId)
Set 终端设备号(门店号或收银设备 ID),示例值:POS1:1。
|
void |
setDeviceType(String DeviceType)
Set 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。
汇付渠道必填。
|
void |
setOrderTime(String OrderTime)
Set 用户下单时间。若不上送,服务端默认当前时间。
|
void |
setPayerClientIp(String PayerClientIp)
Set 用户端实际 ip。汇付渠道必填。
|
void |
setPayerUa(String PayerUa)
Set 浏览器 User-Agent。
|
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 OpenBankSceneInfo()
public OpenBankSceneInfo(OpenBankSceneInfo source)
public String getPayerClientIp()
public void setPayerClientIp(String PayerClientIp)
PayerClientIp
- 用户端实际 ip。汇付渠道必填。public String getPayerUa()
public void setPayerUa(String PayerUa)
PayerUa
- 浏览器 User-Agent。public String getOrderTime()
public void setOrderTime(String OrderTime)
OrderTime
- 用户下单时间。若不上送,服务端默认当前时间。public String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 终端设备号(门店号或收银设备 ID),示例值:POS1:1。public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 终端设备类型。MOBILE_BROWSER:手机浏览器,MOBILE_APP:手机应用程序,TABLET:平板;WATCH:手表,PC:电脑PC,OTHER:其他。
汇付渠道必填。Copyright © 2024. All rights reserved.