bokun v0.0.4 Bokun.Booking
An module for All Booking
Summary
Functions
Cancel booking
Example
Bokun.Booking.cancel_booking("ICT-8582", %{
"note": "We want to cancel.",
"refund": true,
"notify": true
})
Cancel Product Booking
Example
Bokun.Booking.cancel_product_booking("ICT-T5312", %{
"note": "We want to cancel.",
"refund": true,
"notify": true
})
Get Summary of Booking ## Example Bokun.Booking.summary(8600)
Functions
Cancel booking
Example
Bokun.Booking.cancel_booking("ICT-8582", %{
"note": "We want to cancel.",
"refund": true,
"notify": true
})