BillingFeatureType
The billing feature name value pair
type BillingFeatureType {
key: String!
name: String!
value: BillingFeatureValueType!
}
Fields
BillingFeatureType.key ● String! non-null scalar common
The feature key.
BillingFeatureType.name ● String! non-null scalar common
The feature name.
BillingFeatureType.value ● BillingFeatureValueType! non-null scalar common
The feature value.
Member of
BillingType object ● Pricing object