Class: TencentCloud::Cpdp::V20190820::OpenBankRechargeRedirectInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankRechargeRedirectInfo
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-充值跳转参数
Instance Attribute Summary collapse
-
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil) ⇒ OpenBankRechargeRedirectInfo
constructor
A new instance of OpenBankRechargeRedirectInfo.
Constructor Details
#initialize(url = nil) ⇒ OpenBankRechargeRedirectInfo
Returns a new instance of OpenBankRechargeRedirectInfo.
13026 13027 13028 |
# File 'lib/v20190820/models.rb', line 13026 def initialize(url=nil) @Url = url end |
Instance Attribute Details
#Url ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
13024 13025 13026 |
# File 'lib/v20190820/models.rb', line 13024 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
13030 13031 13032 |
# File 'lib/v20190820/models.rb', line 13030 def deserialize(params) @Url = params['Url'] end |