ReservationDailyAmount: {
    __typename?: "ReservationDailyAmount";
    amount: Money;
    date: Scalars["Date"]["output"];
    description: Scalars["String"]["output"];
    percent?: Maybe<Scalars["Float"]["output"]>;
    type: Scalars["String"]["output"];
}

Reservation amount that applies to a specific stay date.

Type declaration

  • Optional__typename?: "ReservationDailyAmount"
  • amount: Money

    Amount value.

  • date: Scalars["Date"]["output"]

    Amount date, in the "yyyy-MM-dd" format (e.g. 2023-01-30).

  • description: Scalars["String"]["output"]

    Description associated to the amount.

  • Optionalpercent?: Maybe<Scalars["Float"]["output"]>

    Percentage of amount (when applicable), expressed as a fraction of 1 (e.g., 0.12 for 12%).

  • type: Scalars["String"]["output"]

    Amount type (BASE, DISCOUNT, TAX, GUESS_PAYMENT, PAYOUT, ...).