ScheduledUserPackageSelection
Billing items that are scheduled and will have a user package selection associated with them
Fields
recurring_payment
· RecurringPayment
· Related recurring_payment Used By
Definition
"""Billing items that are scheduled and will have a user package selection associated with them"""type ScheduledUserPackageSelection { """ The unique identifier of the room """ id: ID!
""" Related offering """ offering: Offering
""" Related recurring_payment """ recurring_payment: RecurringPayment
""" Related user """ user: User}