public class OpenBankRedirectInfo extends AbstractModel
| Constructor and Description |
|---|
OpenBankRedirectInfo() |
OpenBankRedirectInfo(OpenBankRedirectInfo 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 |
getExpireTime()
Get 跳转凭证过期时间,yyyy-MM-dd HH:mm:ss
|
OpenBankFormInfo |
getFormInfo()
Get 网银支付提交页面信息
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMpAppId()
Get 小程序 appid
|
String |
getMpPath()
Get 小程序路径
|
String |
getMpUserName()
Get 小程序原始 id
|
String |
getQRCodeKey()
Get 二维码凭证
|
String |
getQRCodeUrl()
Get 生成二维码,引导用户扫码
|
String |
getUrl()
Get 跳转 URL,用于客户端跳转,订单未支付时返回该参数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setExpireTime(String ExpireTime)
Set 跳转凭证过期时间,yyyy-MM-dd HH:mm:ss
|
void |
setFormInfo(OpenBankFormInfo FormInfo)
Set 网银支付提交页面信息
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMpAppId(String MpAppId)
Set 小程序 appid
|
void |
setMpPath(String MpPath)
Set 小程序路径
|
void |
setMpUserName(String MpUserName)
Set 小程序原始 id
|
void |
setQRCodeKey(String QRCodeKey)
Set 二维码凭证
|
void |
setQRCodeUrl(String QRCodeUrl)
Set 生成二维码,引导用户扫码
|
void |
setUrl(String Url)
Set 跳转 URL,用于客户端跳转,订单未支付时返回该参数
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic OpenBankRedirectInfo()
public OpenBankRedirectInfo(OpenBankRedirectInfo source)
public String getQRCodeUrl()
public void setQRCodeUrl(String QRCodeUrl)
QRCodeUrl - 生成二维码,引导用户扫码public String getQRCodeKey()
public void setQRCodeKey(String QRCodeKey)
QRCodeKey - 二维码凭证public String getUrl()
public void setUrl(String Url)
Url - 跳转 URL,用于客户端跳转,订单未支付时返回该参数
注意:此字段可能返回 null,表示取不到有效值。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime - 跳转凭证过期时间,yyyy-MM-dd HH:mm:sspublic String getMpAppId()
public void setMpAppId(String MpAppId)
MpAppId - 小程序 appidpublic String getMpPath()
public void setMpPath(String MpPath)
MpPath - 小程序路径public String getMpUserName()
public void setMpUserName(String MpUserName)
MpUserName - 小程序原始 idpublic OpenBankFormInfo getFormInfo()
public void setFormInfo(OpenBankFormInfo FormInfo)
FormInfo - 网银支付提交页面信息
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.