ItineraryHistoryItem
An itinerary history change event, representing a charge or refund made to the itinerary and not a specific room.
Parameters
historyId
Itinerary history id for particular change.
eventTimestamp
Date and time in UTC of the change event, in extended ISO 8601 format.
eventType
amount
agentId
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)