Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data RenewalSettings Source #
The Renewal settings for Reservations
See: newRenewalSettings
smart constructor.
RenewalSettings' | |
|
Instances
newRenewalSettings :: RenewalSettings Source #
Create a value of RenewalSettings
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:automaticRenewal:RenewalSettings'
, renewalSettings_automaticRenewal
- Automatic renewal status for the reservation
$sel:renewalCount:RenewalSettings'
, renewalSettings_renewalCount
- Count for the reservation renewal
renewalSettings_automaticRenewal :: Lens' RenewalSettings (Maybe ReservationAutomaticRenewal) Source #
Automatic renewal status for the reservation
renewalSettings_renewalCount :: Lens' RenewalSettings (Maybe Natural) Source #
Count for the reservation renewal