Specific details for curbside pickup.
Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
curbside_details | getCurbsideDetails() | setCurbsideDetails($value) | string | Specific details for curbside pickup, such as parking number, vehicle model, etc. | [optional] |
buyer_arrived_at | getBuyerArrivedAt() | setBuyerArrivedAt($value) | string | The timestamp in RFC3339 timestamp format, e.g., "2016-09-04T23:59:33.123Z", indicating when the buyer arrived and is waiting for pickup. | [optional] |
Note: All properties are protected and only accessed via getters and setters.