SubscriptionRecord
Subscription Record - federated type from another service Uses purchase_orders.company_entitlement_uuid as the key
This page contains
Fields
| id: ID! | |
| invoices(filter: InvoiceFilter, first: Int, after: String, before: String): InvoiceConnection! | |
| label: String | |
| tenant: String | |
| status: String | |
| isvSettings: SubscriptionRecordIsvSettings PREVIEW | |
| activeState: SubscriptionRecordState PREVIEW | |
| freeTrialState: SubscriptionRecordFreeTrialState PREVIEW | |
| availableActions(context: SubscriptionRecordContext): [SubscriptionRecordAvailableAction!]! | |
| associations(filter: AssociationFilter): SubscriptionRecordAssociationConnection | |
| suspensionEvent: SubscriptionSuspensionEvent PREVIEW | |
| scheduledChanges: [SubscriptionEvents!] PREVIEW |
Parent objects of SubscriptionRecord
| FreeBillingCharge PREVIEW | Free billing charge which is part of main billing charge |
| OneTimeBillingCharge PREVIEW | One time billing charge which is part of main billing charge |
| RecurringBillingCharge PREVIEW | Recurring billing charge which is part of main billing charge |
| SubscriptionRecordAssociation PREVIEW | |
| SubscriptionRecordsConnection PREVIEW |
Queries for SubscriptionRecord
| subscriptionCancellationOptions PREVIEW | Retrieve the cancellation options available for a specific subscription ID. This query enables clients to determine the appropriate cancellation action for a given subscription. |
| subscriptionRecord PREVIEW | Fetch a single subscription record by ID |
| subscriptionRecords PREVIEW | List all subscriptions based on a set of filters |