Class: TencentCloud::Cpdp::V20190820::DistributeReceiverResult
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::DistributeReceiverResult
- Defined in:
- lib/v20190820/models.rb
Overview
分账接收方响应对象
Instance Attribute Summary collapse
-
#MerchantNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantno = nil) ⇒ DistributeReceiverResult
constructor
A new instance of DistributeReceiverResult.
Constructor Details
#initialize(merchantno = nil) ⇒ DistributeReceiverResult
Returns a new instance of DistributeReceiverResult.
10173 10174 10175 |
# File 'lib/v20190820/models.rb', line 10173 def initialize(merchantno=nil) @MerchantNo = merchantno end |
Instance Attribute Details
#MerchantNo ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
10171 10172 10173 |
# File 'lib/v20190820/models.rb', line 10171 def MerchantNo @MerchantNo end |
Instance Method Details
#deserialize(params) ⇒ Object
10177 10178 10179 |
# File 'lib/v20190820/models.rb', line 10177 def deserialize(params) @MerchantNo = params['MerchantNo'] end |