Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 3.83 KB

Booking.md

File metadata and controls

56 lines (51 loc) · 3.83 KB

# Booking

Properties

Name Type Description Notes
listing_id int Listing ID [optional]
id int Location Booking ID [optional]
external_key string KVRS ID for a Booking [optional]
account_id int Account ID [optional]
location_id int Location ID [optional]
reservation_number string Reservation Number [optional]
confirmation_number string Confirmation Number [optional]
notes string Notes [optional]
renter \Piksel\KigoPro\Model\Person [optional]
total_amount double Total Amount [optional]
paid_amount double Paid Amount [optional]
currency string Currency used for the Statements and Payments [optional]
booked_on_date \DateTime Booking Date (UTC) [optional]
check_in_date \DateTime Check In Date [optional]
check_out_date \DateTime Check Out Date [optional]
type string Type ID [optional]
status string Status ID [optional]
payment_status string Status ID [optional]
short_code string Short Code ID [optional]
special_needs string Special Needs [optional]
num_adults int Number of Adults [optional]
num_children int Number of Children [optional]
originating_channel_connection_id int ChannelConnection ID that created the booking [optional]
statement \Piksel\KigoPro\Model\GuestStatement [optional]
deposits \Piksel\KigoPro\Model\DepositStatement [optional]
deposit_schedule \Piksel\KigoPro\Model\ScheduledTransaction[] A collection of refundable payments [optional]
payments \Piksel\KigoPro\Model\Transaction[] Paid Transactions and Scheduled Payments [optional]
accepted_payment_methods string[] Accepted Credit Card Brands [optional]
payment_schedule \Piksel\KigoPro\Model\PaymentSchedule [optional]
cancellation_policy \Piksel\KigoPro\Model\CancellationPolicy [optional]
cancellation_date \DateTime [optional]
cancellation_source string [optional]
cancelled_by_role string [optional]
cancelled_by_user_id int [optional]
cancellation_reason string [optional]
rental_agreement_url string Terms And Conditions Url (Taken from Contract Plan) [optional]
channel_collected bool Tells if the channel will process the payments [optional]
payment_collection_mode string Defines how the booking will be paid [optional]
past_due_scheduled_installment_amount double Sum Pending Past Scheduled Installment Payments [optional]
past_due_initiated_payments double Sum of Initiated Payments [optional]
past_due_scheduled_deposit_amount double Sum Pending Past Scheduled Deposit Payment [optional]
past_due_scheduled_amount double Sum All Pending Past Scheduled Payments [optional]
credit_card \Piksel\KigoPro\Model\CreditCardResponse [optional]
booking_source_code string Booking Source (code) [optional]
point_of_sale_code string Point of Sale (code) [optional]
payment_gateway \Piksel\KigoPro\Model\PaymentGateway [optional]

[Back to Model list] [Back to API list] [Back to README]