ItineraryHistoryItem

public final class 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)

Types

Link copied to clipboard
public final class Builder
Link copied to clipboard

Values: ADJUSTMENT,COUPON

Properties

Link copied to clipboard
@Valid()
private final Integer agentId
Link copied to clipboard
@Valid()
private final Amount amount
Link copied to clipboard
@Valid()
private final String eventTimestamp
Link copied to clipboard
Link copied to clipboard
@Valid()
private final String historyId

Functions

Link copied to clipboard
public final static ItineraryHistoryItem.Builder builder()
Link copied to clipboard
public final Integer getAgentId()
Link copied to clipboard
public final Amount getAmount()
Link copied to clipboard
public final String getEventTimestamp()
Link copied to clipboard
Link copied to clipboard
public final String getHistoryId()