Skip to main content
Version: 0.1.0

PlanTierV2

No description

type PlanTierV2 implements Product {
name: String
description: String
sku: ID!
displayPrice: String
usage: [Usage!]!
benefits: [String!]!
productTypeMetadata: ProductTypeMetadata
}

Fields

PlanTierV2.name ● String scalar

PlanTierV2.description ● String scalar

PlanTierV2.sku ● ID! non-null scalar

PlanTierV2.displayPrice ● String scalar

PlanTierV2.usage ● [Usage!]! non-null object

PlanTierV2.benefits ● [String!]! non-null scalar

PlanTierV2.productTypeMetadata ● ProductTypeMetadata object

Interfaces

Product interface