Class: TencentCloud::Cpdp::V20190820::QueryOpenBankSubMerchantRateConfigureResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::QueryOpenBankSubMerchantRateConfigureResponse
- Defined in:
- lib/v20190820/models.rb
Overview
QueryOpenBankSubMerchantRateConfigure返回参数结构体
Instance Attribute Summary collapse
-
#ErrCode ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ErrMessage ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Result ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(errcode = nil, errmessage = nil, result = nil, requestid = nil) ⇒ QueryOpenBankSubMerchantRateConfigureResponse
constructor
A new instance of QueryOpenBankSubMerchantRateConfigureResponse.
Constructor Details
#initialize(errcode = nil, errmessage = nil, result = nil, requestid = nil) ⇒ QueryOpenBankSubMerchantRateConfigureResponse
Returns a new instance of QueryOpenBankSubMerchantRateConfigureResponse.
21139 21140 21141 21142 21143 21144 |
# File 'lib/v20190820/models.rb', line 21139 def initialize(errcode=nil, =nil, result=nil, requestid=nil) @ErrCode = errcode @ErrMessage = @Result = result @RequestId = requestid end |
Instance Attribute Details
#ErrCode ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21137 21138 21139 |
# File 'lib/v20190820/models.rb', line 21137 def ErrCode @ErrCode end |
#ErrMessage ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21137 21138 21139 |
# File 'lib/v20190820/models.rb', line 21137 def ErrMessage @ErrMessage end |
#RequestId ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21137 21138 21139 |
# File 'lib/v20190820/models.rb', line 21137 def RequestId @RequestId end |
#Result ⇒ Object
__SUCCESS__: 成功 __其他__: 见附录-错误码表 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
21137 21138 21139 |
# File 'lib/v20190820/models.rb', line 21137 def Result @Result end |
Instance Method Details
#deserialize(params) ⇒ Object
21146 21147 21148 21149 21150 21151 21152 21153 21154 |
# File 'lib/v20190820/models.rb', line 21146 def deserialize(params) @ErrCode = params['ErrCode'] @ErrMessage = params['ErrMessage'] unless params['Result'].nil? @Result = QueryOpenBankSubMerchantRateConfigureResult.new @Result.deserialize(params['Result']) end @RequestId = params['RequestId'] end |