Class: TencentCloud::Cpdp::V20190820::MultiApplyDetail
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::MultiApplyDetail
- Defined in:
- lib/v20190820/models.rb
Overview
分账明细
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(merchantno = nil, amount = nil, remark = nil) ⇒ MultiApplyDetail
constructor
A new instance of MultiApplyDetail.
Constructor Details
#initialize(merchantno = nil, amount = nil, remark = nil) ⇒ MultiApplyDetail
Returns a new instance of MultiApplyDetail.
12217 12218 12219 12220 12221 |
# File 'lib/v20190820/models.rb', line 12217 def initialize(merchantno=nil, amount=nil, remark=nil) @MerchantNo = merchantno @Amount = amount @Remark = remark end |
Instance Attribute Details
#Amount ⇒ Object
12215 12216 12217 |
# File 'lib/v20190820/models.rb', line 12215 def Amount @Amount end |
#MerchantNo ⇒ Object
12215 12216 12217 |
# File 'lib/v20190820/models.rb', line 12215 def MerchantNo @MerchantNo end |
#Remark ⇒ Object
12215 12216 12217 |
# File 'lib/v20190820/models.rb', line 12215 def Remark @Remark end |
Instance Method Details
#deserialize(params) ⇒ Object
12223 12224 12225 12226 12227 |
# File 'lib/v20190820/models.rb', line 12223 def deserialize(params) @MerchantNo = params['MerchantNo'] @Amount = params['Amount'] @Remark = params['Remark'] end |