ServiceSummaryInput
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| vendor_id | Long | Vendor providing the service. | [default to null] |
| service_id | Long | Service to order. | [default to null] |
| options_ids | List | Optional list of service option IDs. | [optional] [default to null] |
| qty | Long | Quantity of service (defaults to 1). | [optional] [default to null] |
| delivery_address_id | Long | ID of the delivery address for the service. | [optional] [default to null] |
| coupon_code | String | Optional coupon code for discount. | [optional] [default to null] |
| tip | Double | Optional tip amount (defaults to 0.0). | [optional] [default to null] |