AveragePricePerTicket

public final class AveragePricePerTicket

Container for average pricing information per ticket. If any passenger type (such as Infant in Lap or Seat) has a $0 total price there will be no ticket, so those passengers would not be included in the count.

Parameters

value Average price per ticket, excluding infant

currency

Currency in ISO 4217 format

count

Indicates how many tickets were used to determine the average

Constructors

Link copied to clipboard

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
private final Integer count
Link copied to clipboard
@NotNull()
@Valid()
private final String currency
Link copied to clipboard
@NotNull()
@Valid()
private final String value

Functions

Link copied to clipboard
public final static AveragePricePerTicket.Builder builder()
Link copied to clipboard
public final Integer getCount()
Link copied to clipboard
public final String getCurrency()
Link copied to clipboard
public final String getValue()
Link copied to clipboard