Skip to Content

ServiceOptionResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the service option.[default to null]
nameStringName of the option.[default to null]
descriptionStringOptional description of the option.[optional] [default to null]
priceDoublePrice of the option.[default to null]
currencyCurrencyResponseCurrency information for the option price.[default to null]
service_idLongService ID this option belongs to (if applicable).[optional] [default to null]
service_option_group_idLongService option group ID (if applicable).[optional] [default to null]
vendor_idLongVendor ID who provides this option.[optional] [default to null]
is_activeBooleanWhether the option is currently active.[default to null]
in_orderIntegerDisplay order for the option.[default to null]
created_atDateTimestamp when the option was created.[default to null]
updated_atDateTimestamp when the option was last updated.[default to null]
photoStringPhoto URL for the service option.[optional] [default to null]

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