Itinerary History Item
An itinerary history change event, representing a charge or refund made to the itinerary and not a specific room.
Parameters
history Id
Itinerary history id for particular change.
event Timestamp
Date and time in UTC of the change event, in extended ISO 8601 format.
event Type
amount
agent Id
An agent user id number associated with a modification.
Constructors
Link copied to clipboard
public ItineraryHistoryItem ItineraryHistoryItem(String historyId, String eventTimestamp, ItineraryHistoryItem.EventType eventType, Amount amount, Integer agentId)