Class: TencentCloud::Cpdp::V20190820::AddShopRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cpdp::V20190820::AddShopRequest
- Defined in:
- lib/v20190820/models.rb
Overview
AddShop请求参数结构体
Instance Attribute Summary collapse
- #Address ⇒ Object
- #CityId ⇒ Object
- #Contact ⇒ Object
- #FinancialTelephone ⇒ Object
- #Latitude ⇒ Object
- #LatitudeTwo ⇒ Object
- #Longitude ⇒ Object
- #LongitudeTwo ⇒ Object
- #MerchantNo ⇒ Object
- #OpenHours ⇒ Object
- #OpenId ⇒ Object
- #OpenKey ⇒ Object
- #OtherPicture ⇒ Object
- #OutShopId ⇒ Object
- #PictureOne ⇒ Object
- #PictureThree ⇒ Object
- #PictureTwo ⇒ Object
- #Profile ⇒ Object
- #ShopFullName ⇒ Object
- #ShopName ⇒ Object
- #Telephone ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(openid = nil, openkey = nil, outshopid = nil, shopname = nil, shopfullname = nil, merchantno = nil, telephone = nil, openhours = nil, cityid = nil, address = nil, pictureone = nil, picturetwo = nil, picturethree = nil, financialtelephone = nil, contact = nil, latitude = nil, latitudetwo = nil, longitude = nil, longitudetwo = nil, otherpicture = nil, profile = nil) ⇒ AddShopRequest
constructor
A new instance of AddShopRequest.
Constructor Details
#initialize(openid = nil, openkey = nil, outshopid = nil, shopname = nil, shopfullname = nil, merchantno = nil, telephone = nil, openhours = nil, cityid = nil, address = nil, pictureone = nil, picturetwo = nil, picturethree = nil, financialtelephone = nil, contact = nil, latitude = nil, latitudetwo = nil, longitude = nil, longitudetwo = nil, otherpicture = nil, profile = nil) ⇒ AddShopRequest
Returns a new instance of AddShopRequest.
795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 |
# File 'lib/v20190820/models.rb', line 795 def initialize(openid=nil, openkey=nil, outshopid=nil, shopname=nil, shopfullname=nil, merchantno=nil, telephone=nil, openhours=nil, cityid=nil, address=nil, pictureone=nil, picturetwo=nil, picturethree=nil, financialtelephone=nil, contact=nil, latitude=nil, latitudetwo=nil, longitude=nil, longitudetwo=nil, otherpicture=nil, profile=nil) @OpenId = openid @OpenKey = openkey @OutShopId = outshopid @ShopName = shopname @ShopFullName = shopfullname @MerchantNo = merchantno @Telephone = telephone @OpenHours = openhours @CityId = cityid @Address = address @PictureOne = pictureone @PictureTwo = picturetwo @PictureThree = picturethree @FinancialTelephone = financialtelephone @Contact = contact @Latitude = latitude @LatitudeTwo = latitudetwo @Longitude = longitude @LongitudeTwo = longitudetwo @OtherPicture = otherpicture @Profile = profile end |
Instance Attribute Details
#Address ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Address @Address end |
#CityId ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def CityId @CityId end |
#Contact ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Contact @Contact end |
#FinancialTelephone ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def FinancialTelephone @FinancialTelephone end |
#Latitude ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Latitude @Latitude end |
#LatitudeTwo ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def LatitudeTwo @LatitudeTwo end |
#Longitude ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Longitude @Longitude end |
#LongitudeTwo ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def LongitudeTwo @LongitudeTwo end |
#MerchantNo ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def MerchantNo @MerchantNo end |
#OpenHours ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def OpenHours @OpenHours end |
#OpenId ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def OpenId @OpenId end |
#OpenKey ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def OpenKey @OpenKey end |
#OtherPicture ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def OtherPicture @OtherPicture end |
#OutShopId ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def OutShopId @OutShopId end |
#PictureOne ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def PictureOne @PictureOne end |
#PictureThree ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def PictureThree @PictureThree end |
#PictureTwo ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def PictureTwo @PictureTwo end |
#Profile ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Profile @Profile end |
#ShopFullName ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def ShopFullName @ShopFullName end |
#ShopName ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def ShopName @ShopName end |
#Telephone ⇒ Object
793 794 795 |
# File 'lib/v20190820/models.rb', line 793 def Telephone @Telephone end |
Instance Method Details
#deserialize(params) ⇒ Object
819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 |
# File 'lib/v20190820/models.rb', line 819 def deserialize(params) @OpenId = params['OpenId'] @OpenKey = params['OpenKey'] @OutShopId = params['OutShopId'] @ShopName = params['ShopName'] @ShopFullName = params['ShopFullName'] @MerchantNo = params['MerchantNo'] @Telephone = params['Telephone'] @OpenHours = params['OpenHours'] @CityId = params['CityId'] @Address = params['Address'] @PictureOne = params['PictureOne'] @PictureTwo = params['PictureTwo'] @PictureThree = params['PictureThree'] @FinancialTelephone = params['FinancialTelephone'] @Contact = params['Contact'] @Latitude = params['Latitude'] @LatitudeTwo = params['LatitudeTwo'] @Longitude = params['Longitude'] @LongitudeTwo = params['LongitudeTwo'] @OtherPicture = params['OtherPicture'] @Profile = params['Profile'] end |