Class: TencentCloud::Cpdp::V20190820::ContractOrderInSubOrder
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::ContractOrderInSubOrder
- Defined in:
- lib/v20190820/models.rb
Overview
支付中签约子订单列表
Instance Attribute Summary collapse
- #Amt ⇒ Object
- #Metadata ⇒ Object
- #OriginalAmt ⇒ Object
- #PlatformIncome ⇒ Object
- #ProductDetail ⇒ Object
- #ProductName ⇒ Object
- #SubAppId ⇒ Object
- #SubMchIncome ⇒ Object
- #SubOutTradeNo ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(submchincome = nil, platformincome = nil, productdetail = nil, productname = nil, subappid = nil, subouttradeno = nil, amt = nil, originalamt = nil, metadata = nil) ⇒ ContractOrderInSubOrder
constructor
A new instance of ContractOrderInSubOrder.
Constructor Details
#initialize(submchincome = nil, platformincome = nil, productdetail = nil, productname = nil, subappid = nil, subouttradeno = nil, amt = nil, originalamt = nil, metadata = nil) ⇒ ContractOrderInSubOrder
Returns a new instance of ContractOrderInSubOrder.
4857 4858 4859 4860 4861 4862 4863 4864 4865 4866 4867 |
# File 'lib/v20190820/models.rb', line 4857 def initialize(submchincome=nil, platformincome=nil, productdetail=nil, productname=nil, subappid=nil, subouttradeno=nil, amt=nil, originalamt=nil, =nil) @SubMchIncome = submchincome @PlatformIncome = platformincome @ProductDetail = productdetail @ProductName = productname @SubAppId = subappid @SubOutTradeNo = subouttradeno @Amt = amt @OriginalAmt = originalamt @Metadata = end |
Instance Attribute Details
#Amt ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def Amt @Amt end |
#Metadata ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def Metadata @Metadata end |
#OriginalAmt ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def OriginalAmt @OriginalAmt end |
#PlatformIncome ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def PlatformIncome @PlatformIncome end |
#ProductDetail ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def ProductDetail @ProductDetail end |
#ProductName ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def ProductName @ProductName end |
#SubAppId ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def SubAppId @SubAppId end |
#SubMchIncome ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def SubMchIncome @SubMchIncome end |
#SubOutTradeNo ⇒ Object
4855 4856 4857 |
# File 'lib/v20190820/models.rb', line 4855 def SubOutTradeNo @SubOutTradeNo end |
Instance Method Details
#deserialize(params) ⇒ Object
4869 4870 4871 4872 4873 4874 4875 4876 4877 4878 4879 |
# File 'lib/v20190820/models.rb', line 4869 def deserialize(params) @SubMchIncome = params['SubMchIncome'] @PlatformIncome = params['PlatformIncome'] @ProductDetail = params['ProductDetail'] @ProductName = params['ProductName'] @SubAppId = params['SubAppId'] @SubOutTradeNo = params['SubOutTradeNo'] @Amt = params['Amt'] @OriginalAmt = params['OriginalAmt'] @Metadata = params['Metadata'] end |