store_type عقار
store_type عقار
يحصل على نوع السوق الذي تحدده سمة المتجر ويقوم بتعيينه.
تعريف:
@property
def store_type(self):
...
@store_type.setter
def store_type(self, value):
...
يحصل على نوع السوق الذي تحدده سمة المتجر ويقوم بتعيينه.
@property
def store_type(self):
...
@store_type.setter
def store_type(self, value):
...