AggregateSum
No description
type AggregateSum {
  amount: Float
  amountEur: Float
  bookings: Int
  nights: Int
  bookingWindow: Int
  destinationCountry: Int
  originMarket: Int
  supplierCode: Int
  clientCode: Int
  supplierOrganization: Int
  clientOrganization: Int
}
Fields
AggregateSum.amount ● Float scalar
AggregateSum.amountEur ● Float scalar
AggregateSum.bookings ● Int scalar
AggregateSum.nights ● Int scalar
AggregateSum.bookingWindow ● Int scalar
AggregateSum.destinationCountry ● Int scalar
AggregateSum.originMarket ● Int scalar
AggregateSum.supplierCode ● Int scalar
AggregateSum.clientCode ● Int scalar
AggregateSum.supplierOrganization ● Int scalar
AggregateSum.clientOrganization ● Int scalar
Member Of
Aggregate  object