Class: TencentCloud::Cpdp::V20190820::OpenBankGoodsInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::OpenBankGoodsInfo
- Defined in:
- lib/v20190820/models.rb
Overview
云企付-商品信息
Instance Attribute Summary collapse
- #GoodsBizType ⇒ Object
- #GoodsDescription ⇒ Object
- #GoodsDetail ⇒ Object
- #GoodsName ⇒ Object
- #Price ⇒ Object
- #ProductImage ⇒ Object
- #ProductUrl ⇒ Object
- #Quantity ⇒ Object
- #Sku ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(goodsname = nil, goodsdetail = nil, goodsdescription = nil, goodsbiztype = nil, sku = nil, price = nil, quantity = nil, productimage = nil, producturl = nil) ⇒ OpenBankGoodsInfo
constructor
A new instance of OpenBankGoodsInfo.
Constructor Details
#initialize(goodsname = nil, goodsdetail = nil, goodsdescription = nil, goodsbiztype = nil, sku = nil, price = nil, quantity = nil, productimage = nil, producturl = nil) ⇒ OpenBankGoodsInfo
Returns a new instance of OpenBankGoodsInfo.
12553 12554 12555 12556 12557 12558 12559 12560 12561 12562 12563 |
# File 'lib/v20190820/models.rb', line 12553 def initialize(goodsname=nil, goodsdetail=nil, goodsdescription=nil, goodsbiztype=nil, sku=nil, price=nil, quantity=nil, productimage=nil, producturl=nil) @GoodsName = goodsname @GoodsDetail = goodsdetail @GoodsDescription = goodsdescription @GoodsBizType = goodsbiztype @Sku = sku @Price = price @Quantity = quantity @ProductImage = productimage @ProductUrl = producturl end |
Instance Attribute Details
#GoodsBizType ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def GoodsBizType @GoodsBizType end |
#GoodsDescription ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def GoodsDescription @GoodsDescription end |
#GoodsDetail ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def GoodsDetail @GoodsDetail end |
#GoodsName ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def GoodsName @GoodsName end |
#Price ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def Price @Price end |
#ProductImage ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def ProductImage @ProductImage end |
#ProductUrl ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def ProductUrl @ProductUrl end |
#Quantity ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def Quantity @Quantity end |
#Sku ⇒ Object
12551 12552 12553 |
# File 'lib/v20190820/models.rb', line 12551 def Sku @Sku end |
Instance Method Details
#deserialize(params) ⇒ Object
12565 12566 12567 12568 12569 12570 12571 12572 12573 12574 12575 |
# File 'lib/v20190820/models.rb', line 12565 def deserialize(params) @GoodsName = params['GoodsName'] @GoodsDetail = params['GoodsDetail'] @GoodsDescription = params['GoodsDescription'] @GoodsBizType = params['GoodsBizType'] @Sku = params['Sku'] @Price = params['Price'] @Quantity = params['Quantity'] @ProductImage = params['ProductImage'] @ProductUrl = params['ProductUrl'] end |