-
Notifications
You must be signed in to change notification settings - Fork 4
Responses ResponseStandard
Brad Ploeger edited this page Apr 5, 2019
·
5 revisions
Responses \ ResponseStandard
Sets the basic functionality of a response
Extends: Rezdy\Responses\BaseRequest
Purpose Converts the response into a request. Only works for responses that can be converted into an instance of one of the following:
- Rezdy\Requests\Booking
- Rezdy\Requests\SessionUpdate
- Rezdy\Requests\Customer
- Rezdy\Requests\Extra
- Rezdy\Requests\PickupList
- Rezdy\Requests\Product
Any other response will create an instance of Rezdy\Requests\EmptyRequest.
Rezdy API V1 PHP Wrapper