Skip to content

ScheduledUserPackageSelection

Billing items that are scheduled and will have a user package selection associated with them

Fields

id · ID! · required · The unique identifier of the room
offering · Offering · Related offering
recurring_payment · RecurringPayment · Related recurring_payment
user · User · Related user

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
}