OBJECT

ScheduledUserPackageSelection

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

link GraphQL Schema definition

  • type ScheduledUserPackageSelection {
  • # The unique identifier of the room
  • id: ID!
  • # Related offering
  • offering: Offering
  • # Related recurring_payment
  • recurring_payment: RecurringPayment
  • # Related user
  • user: User
  • }