ServiceBookingResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| order_id | Long | [default to null] | |
| service_id | Long | [default to null] | |
| user_id | Long | [default to null] | |
| vendor_id | Long | [default to null] | |
| booking_time | Date | [optional] [default to null] | |
| status | PaymentStatus | [default to null] | |
| notes | String | [optional] [default to null] | |
| purchased_duration_minutes | Integer | [optional] [default to null] | |
| price | Double | [default to null] | |
| currency | MinimalCurrencyResponse | [default to null] | |
| created_at | Date | [default to null] | |
| updated_at | Date | [default to null] | |
| user | ServiceBookingUserResponse | [optional] [default to null] | |
| vendor | VendorNestedResponse | [optional] [default to null] | |
| service | BasicServiceResponse | [optional] [default to null] | |
| payment | OrderPaymentInfo | [optional] [default to null] |