Class: TencentCloud::Cpdp::V20190820::CloudStoreInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::CloudStoreInfo
- Defined in:
- lib/v20190820/models.rb
Overview
门店信息
Instance Attribute Summary collapse
-
#StoreAddress ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。.
-
#StoreAreaCode ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。.
-
#StoreDeviceId ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。.
-
#StoreId ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。.
-
#StoreName ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(storeid = nil, storename = nil, storeaddress = nil, storeareacode = nil, storedeviceid = nil) ⇒ CloudStoreInfo
constructor
A new instance of CloudStoreInfo.
Constructor Details
#initialize(storeid = nil, storename = nil, storeaddress = nil, storeareacode = nil, storedeviceid = nil) ⇒ CloudStoreInfo
Returns a new instance of CloudStoreInfo.
4390 4391 4392 4393 4394 4395 4396 |
# File 'lib/v20190820/models.rb', line 4390 def initialize(storeid=nil, storename=nil, storeaddress=nil, storeareacode=nil, storedeviceid=nil) @StoreId = storeid @StoreName = storename @StoreAddress = storeaddress @StoreAreaCode = storeareacode @StoreDeviceId = storedeviceid end |
Instance Attribute Details
#StoreAddress ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。
4388 4389 4390 |
# File 'lib/v20190820/models.rb', line 4388 def StoreAddress @StoreAddress end |
#StoreAreaCode ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。
4388 4389 4390 |
# File 'lib/v20190820/models.rb', line 4388 def StoreAreaCode @StoreAreaCode end |
#StoreDeviceId ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。
4388 4389 4390 |
# File 'lib/v20190820/models.rb', line 4388 def StoreDeviceId @StoreDeviceId end |
#StoreId ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。
4388 4389 4390 |
# File 'lib/v20190820/models.rb', line 4388 def StoreId @StoreId end |
#StoreName ⇒ Object
wechat_ecommerce渠道 - h5支付方式,此字段必填。
4388 4389 4390 |
# File 'lib/v20190820/models.rb', line 4388 def StoreName @StoreName end |
Instance Method Details
#deserialize(params) ⇒ Object
4398 4399 4400 4401 4402 4403 4404 |
# File 'lib/v20190820/models.rb', line 4398 def deserialize(params) @StoreId = params['StoreId'] @StoreName = params['StoreName'] @StoreAddress = params['StoreAddress'] @StoreAreaCode = params['StoreAreaCode'] @StoreDeviceId = params['StoreDeviceId'] end |