OBJECT
AccountProduct
Description
Product enabled via Salesforce.
link GraphQL Schema definition
- type AccountProduct {
- # Account name for the given product.
- String! :
- # Name of the product - GPS, Sonar, etc.
- ProductName! :
- # The type of product - Revenue, Trial, POC.
- ProductType! :
- # State of the product - Acive, disabled, etc.
- ProductState! :
- # Date when product expires.
- DateTime :
- }