ReservationNightlyPayments: {
    __typename?: "ReservationNightlyPayments";
    cancellationAmounts: ReservationPerStayAmount[];
    dailyAmounts: ReservationDailyAmount[];
    perStayAmounts: ReservationPerStayAmount[];
}

Nightly payments associated with the reservation.

Type declaration