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

Reservation amount that applies to the whole stay.

Type declaration

  • Optional__typename?: "ReservationPerStayAmount"
  • amount: Money

    Amount value.

  • 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, ...).