Class CreateOpenBankOrderPaymentResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cpdp.v20190820.models.CreateOpenBankOrderPaymentResult
-
public class CreateOpenBankOrderPaymentResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOpenBankOrderPaymentResult()CreateOpenBankOrderPaymentResult(CreateOpenBankOrderPaymentResult 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetChannelOrderId()Get 云企付平台订单号。StringgetOutOrderId()Get 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。StringgetPayInfo()Get 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。StringgetPayInfoType()Get 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。OpenBankRedirectInfogetRedirectInfo()Get 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。StringgetThirdPayOrderId()Get 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。voidsetChannelOrderId(String ChannelOrderId)Set 云企付平台订单号。voidsetOutOrderId(String OutOrderId)Set 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。voidsetPayInfo(String PayInfo)Set 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。voidsetPayInfoType(String PayInfoType)Set 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。voidsetRedirectInfo(OpenBankRedirectInfo RedirectInfo)Set 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。voidsetThirdPayOrderId(String ThirdPayOrderId)Set 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
CreateOpenBankOrderPaymentResult
public CreateOpenBankOrderPaymentResult()
-
CreateOpenBankOrderPaymentResult
public CreateOpenBankOrderPaymentResult(CreateOpenBankOrderPaymentResult 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.
-
-
Method Detail
-
getChannelOrderId
public String getChannelOrderId()
Get 云企付平台订单号。- Returns:
- ChannelOrderId 云企付平台订单号。
-
setChannelOrderId
public void setChannelOrderId(String ChannelOrderId)
Set 云企付平台订单号。- Parameters:
ChannelOrderId- 云企付平台订单号。
-
getThirdPayOrderId
public String getThirdPayOrderId()
Get 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ThirdPayOrderId 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
-
setThirdPayOrderId
public void setThirdPayOrderId(String ThirdPayOrderId)
Set 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ThirdPayOrderId- 第三方支付平台返回支付订单号。 注意:此字段可能返回 null,表示取不到有效值。
-
getRedirectInfo
public OpenBankRedirectInfo getRedirectInfo()
Get 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- RedirectInfo 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。
-
setRedirectInfo
public void setRedirectInfo(OpenBankRedirectInfo RedirectInfo)
Set 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
RedirectInfo- 跳转参数渠道为TENPAY,付款方式为EBANK_PAYMENT时必选。 注意:此字段可能返回 null,表示取不到有效值。
-
getOutOrderId
public String getOutOrderId()
Get 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。- Returns:
- OutOrderId 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
-
setOutOrderId
public void setOutOrderId(String OutOrderId)
Set 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。- Parameters:
OutOrderId- 外部商户订单号,只能是数字、大小写字母,且在同一个接入平台下唯一。
-
getPayInfo
public String getPayInfo()
Get 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PayInfo 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。
-
setPayInfo
public void setPayInfo(String PayInfo)
Set 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PayInfo- 渠道扩展支付信息 注意:此字段可能返回 null,表示取不到有效值。
-
getPayInfoType
public String getPayInfoType()
Get 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- PayInfoType 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。
-
setPayInfoType
public void setPayInfoType(String PayInfoType)
Set 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
PayInfoType- 渠道扩展支付信息类型 注意:此字段可能返回 null,表示取不到有效值。
-
-