Skip to main content

CalculatedProduct

The CalculatedProduct type represents a product within a calculated product group.

type CalculatedProduct {
id: UUID!
costs: [CalculatedProductCost!]!
name: String!
type: ProductType!
monthlyPricingExclusive: Decimal!
}

Fields

CalculatedProduct.id ● UUID! non-null scalar

The unique identifier of the product.

CalculatedProduct.costs ● [CalculatedProductCost!]! non-null object

List of costs associated with this product.

CalculatedProduct.name ● String! non-null scalar

The name of the product.

CalculatedProduct.type ● ProductType! non-null enum

The type identifier of the product.

CalculatedProduct.monthlyPricingExclusive ● Decimal! non-null scalar

Monthly pricing for the product.

Member Of

CalculatedProductGroup object