Overview

Summary

ContactDonateImprint


Appendix E-39: CURRENCY (UI prompt)


CurrencyCurrencyModuleBookingCom

Properties (4)

PropertyTypeEntityReferenceModule
(1) CodeSTRINGCurrency
(2) IsActiveBOOLCurrency
(3) NameSTRINGCurrency
(4) SymbolSTRINGCurrency


Module Interfaces (16)

Remote MethodLocal MethodModuleHTTP-MethodReferences
(1) /attractionbooking/currency/{id}findAllAttractionBookingOfCurrency(id)AttractionBookingModuleGETCurrency AttractionBooking
(2) /booking/currency/{id}findAllBookingOfCurrency(id)BookingModuleGETCurrency Booking
(3) /airporttransferbooking/currency/{id}findAllAirportTransferBookingOfCurrency(id)BookingModuleGETCurrency AirportTransferBooking
(4) /carrentalbooking/currency/{id}findAllCarRentalBookingOfCurrency(id)CarRentalLocationModuleGETCurrency CarRentalBooking
(5) /payment/currency/{id}findAllPaymentOfCurrency(id)CurrencyModuleGETCurrency Payment
(6) /flightbooking/currency/{id}findAllFlightBookingOfCurrency(id)CurrencyModuleGETCurrency FlightBooking
(7) /currency/{id}deleteCurrencyById(id)CurrencyModuleDELETECurrency
(8) /roomrateplanprice/currency/{id}findAllRoomRatePlanPriceOfCurrency(id)CurrencyModuleGETCurrency RoomRatePlanPrice
(9) /currency/{id}findCurrencyById(id)CurrencyModuleGETCurrency
(10) /currency/{id}updateCurrencyById(currency)CurrencyModulePUTCurrency
(11) /currencyinsertCurrency(currency)CurrencyModulePOSTCurrency
(12) /staybookingpricebreakdown/currency/{id}findAllStayBookingPriceBreakdownOfCurrency(id)CurrencyModuleGETCurrency StayBookingPriceBreakdown
(13) /currencyfindAllCurrency()CurrencyModuleGETCurrency
(14) /staybooking/currency/{id}findAllStayBookingOfCurrency(id)StayBookingModuleGETCurrency StayBooking
(15) /useraccount/defaultcurrency/{id}findAllUserAccountOfDefaultCurrency(id)UserAccountModuleGETCurrency UserAccount
(16) /travelcredittransaction/currency/{id}findAllTravelCreditTransactionOfCurrency(id)UserAccountModuleGETCurrency TravelCreditTransaction





Example:

final Currency currency = (Currency) invokeModule(CURRENCY_MODULE + "/currency/" + id, Currency.class);
if (currency != null) {
}
return currency;


Overview

Summary

ContactDonateImprint