OBJECT
UserPackageSelection
A user package selection
link GraphQL Schema definition
- type UserPackageSelection {
- # The related billing item
- BillingItem :
- # The id of the related billing item
- ID :
- # The time when the user package selection was created
- String! :
- # Pagination cursor
- Cursor! :
- # The unique identifier of the user package selection
- ID! :
- # The amount of the first payment for a package, including promo discounts
- String :
- # The related offering
- Offering :
- # The id of the related offering coupon
- ID :
- # The related recurring payment
- RecurringPayment :
- # The related requested payment
- RequestedPayment :
- # The id of the related requested payment
- ID :
- # The related user
- User :
- }