Class: TencentCloud::Cpdp::V20190820::MerchantRiskInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::MerchantRiskInfo
- Defined in:
- lib/v20190820/models.rb
Overview
商户风险信息
Instance Attribute Summary collapse
-
#RiskLevel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#RiskTypes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(risklevel = nil, risktypes = nil) ⇒ MerchantRiskInfo
constructor
A new instance of MerchantRiskInfo.
Constructor Details
#initialize(risklevel = nil, risktypes = nil) ⇒ MerchantRiskInfo
Returns a new instance of MerchantRiskInfo.
11677 11678 11679 11680 |
# File 'lib/v20190820/models.rb', line 11677 def initialize(risklevel=nil, risktypes=nil) @RiskLevel = risklevel @RiskTypes = risktypes end |
Instance Attribute Details
#RiskLevel ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11675 11676 11677 |
# File 'lib/v20190820/models.rb', line 11675 def RiskLevel @RiskLevel end |
#RiskTypes ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
11675 11676 11677 |
# File 'lib/v20190820/models.rb', line 11675 def RiskTypes @RiskTypes end |
Instance Method Details
#deserialize(params) ⇒ Object
11682 11683 11684 11685 |
# File 'lib/v20190820/models.rb', line 11682 def deserialize(params) @RiskLevel = params['RiskLevel'] @RiskTypes = params['RiskTypes'] end |