Skip to Content

ReviewVendorData

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the vendor.[default to null]
nameStringName of the vendor.[default to null]
emailStringEmail address of the vendor.[default to null]
phoneStringPhone number of the vendor.[default to null]
vendor_type_idLongOptional vendor type ID.[optional] [default to null]
descriptionStringDescription of the vendor.[default to null]
taxStringOptional tax information.[optional] [default to null]
addressStringOptional vendor address.[optional] [default to null]
latitudeDoubleOptional latitude coordinate.[optional] [default to null]
longitudeDoubleOptional longitude coordinate.[optional] [default to null]
pickupBooleanWhether the vendor supports pickup.[default to null]
deliveryBooleanWhether the vendor supports delivery.[default to null]
is_openBooleanWhether the vendor is currently open.[default to null]
allow_schedule_orderBooleanWhether the vendor allows scheduled orders.[default to null]
min_orderDoubleOptional minimum order amount.[optional] [default to null]
max_orderDoubleOptional maximum order amount.[optional] [default to null]
prepare_timeStringOptional preparation time.[optional] [default to null]
delivery_timeStringOptional delivery time.[optional] [default to null]
created_atStringTimestamp when the vendor was created.[default to null]
updated_atStringTimestamp when the vendor was last updated.[default to null]

[Back to Model list] [Back to API list] [Back to README]