MarketplaceSubscription
Represents a marketplace subscription.
type MarketplaceSubscription implements Node {
id: ID!
provider: MarketplaceSubscriptionProviderTypeEnum!
providerCustomerId: String!
isActive: Boolean!
plan: String
}
Fields
MarketplaceSubscription.id ● ID! non-null scalar
The Globally Unique ID of this object
MarketplaceSubscription.provider ● MarketplaceSubscriptionProviderTypeEnum! non-null enum
The provider of the marketplace subscription
MarketplaceSubscription.providerCustomerId ● String! non-null scalar
The customer identifier in the provider's system
MarketplaceSubscription.isActive ● Boolean! non-null scalar
Whether the subscription is active
MarketplaceSubscription.plan ● String scalar
The plan associated with the subscription
Interfaces
Node interface
An object with a Globally Unique ID
Returned By
marketplaceSubscription query