| Package | Description |
|---|---|
| com.tencentcloudapi.cpdp.v20190820.models |
| Modifier and Type | Method and Description |
|---|---|
OpenBankRedirectInfo |
VerifyOpenBankAccountResult.getRedirectInfo()
Get 重定向参数,用于客户端跳转,收款商户未完成打款验证时返回该参数
|
OpenBankRedirectInfo |
CreateOpenBankOrderPaymentResult.getRedirectInfo()
Get 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。
注意:此字段可能返回 null,表示取不到有效值。
|
OpenBankRedirectInfo |
QueryOpenBankPaymentOrderResult.getRedirectInfo()
Get 重定向参数,用于客户端跳转,订单未支付时返回该参数
渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
VerifyOpenBankAccountResult.setRedirectInfo(OpenBankRedirectInfo RedirectInfo)
Set 重定向参数,用于客户端跳转,收款商户未完成打款验证时返回该参数
|
void |
CreateOpenBankOrderPaymentResult.setRedirectInfo(OpenBankRedirectInfo RedirectInfo)
Set 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
QueryOpenBankPaymentOrderResult.setRedirectInfo(OpenBankRedirectInfo RedirectInfo)
Set 重定向参数,用于客户端跳转,订单未支付时返回该参数
渠道为TENPAY,付款方式为EBANK_PAYMENT时返回
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
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.
|
Copyright © 2022. All rights reserved.