-
Notifications
You must be signed in to change notification settings - Fork 4
Requests Booking
Brad Ploeger edited this page Apr 4, 2019
·
7 revisions
Requests \ Booking
Extends: Rezdy\Requests\BaseRequest
- none
- comments (string)
- commission (float)
- coupon (string)
- dateConfirmed (datetime)
- dateCreated (datetime)
- datePaid (datetime)
- dateReconciled (datetime)
- dateUpdated (datetime)
- internalNotes (string)
- orderNumber (string)
- paymentOption (ONLINE_PAYMENT_OPTIONS)
- resellerAlias (string)
- resellerComents (string)
- resellerId (integer)
- resellerName (string)
- resellerReference (string)
- resellerSource (SOURCES)
- sendNotifications (boolean)
- source (SOURCES)
- sourceChannel (string)
- sourceReferrer (string)
- status (STATUSES)
- supplierAlias (string)
- supplierId (integer)
- supplierName (string)
- surcharge (float)
- totalAmount (float)
- totalCurrency (CURRENCY_TYPE)
- totalDue (float)
- totalPaid (float)
- Rezdy\Requests\Customer
- Rezdy\Requests\Objects\BookingItem
- Rezdy\Requests\Objects\BookingPayment
- Rezdy\Requests\Objects\BookingResellerUser
- Rezdy\Requests\Objects\CreatedBy
- Rezdy\Requests\Objects\CreditCard
- Rezdy\Requests\Objects\Field
- Rezdy\Requests\Objects\Participant
Purpose
Adds a voucherCode to the booking.
Parameters
$data - (string)
Rezdy API V1 PHP Wrapper