Skip to Content

GeneralServiceResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the service.[default to null]
nameStringName of the service.[default to null]
descriptionStringOptional description of the service.[optional] [default to null]
priceDoublePrice of the service.[default to null]
currencyCurrencyResponseCurrency information for the service price.[default to null]
is_activeBooleanWhether the service is currently active.[default to null]
vendor_idLongVendor ID who provides this service.[default to null]
vendorVendorResponseVendor information.[optional] [default to null]
description_urlStringDescription URL for additional information.[optional] [default to null]
show_discountBooleanWhether to show discount information.[default to null]
created_atDateTimestamp when the service was created.[default to null]
updated_atDateTimestamp when the service was last updated.[default to null]
categoryStringCategory of the service.[default to null]
selected_optionsListSelected options for the service.[optional] [default to null]
selected_qtyIntegerSelected quantity.[optional] [default to null]
hero_tagStringHero tag for animations.[optional] [default to null]

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