Documentation
Preparing search index...
utils/GOKYTE/gokyte.utils
getBookingPrice
Function getBookingPrice
getBookingPrice
(
booking
:
TickitedOrder
,
)
:
{
currency
:
string
;
totalBaseAmount
:
string
;
totalPrice
:
string
;
totalTaxPrice
:
string
;
}
Get total price of booking, tax and base included.
Parameters
booking
:
TickitedOrder
The retrieve response object.
Returns
{
currency
:
string
;
totalBaseAmount
:
string
;
totalPrice
:
string
;
totalTaxPrice
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Loading...
Get total price of booking, tax and base included.