Skip to content

Requests Booking

Brad Ploeger edited this page Apr 4, 2019 · 7 revisions

Requests \ Booking

Related Classes

Extends: Rezdy\Requests\BaseRequest

Required properties and their required datatype

  • none

Optional properties and their required datatype

  • 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)

Attachable Requests

Additional Methods

addVoucher($data)

Purpose

Adds a voucherCode to the booking.

Parameters

$data - (string)


Clone this wiki locally