PricingPlanCustomAttributeValue
A single custom attribute value associated with a pricing plan
This page contains
Fields
| entityId: String! | UUID of the pricing plan this attribute value belongs to |
| value: [String!] | List of values stored for this attribute (multi-value attributes return more than one entry) |
| definition: PricingPlanCustomAttributeDefinition! PREVIEW | Definition (label and id) of the custom attribute |
Parent objects of PricingPlanCustomAttributeValue
| PricingPlan PREVIEW | Definition of a pricing plan |
Queries for PricingPlanCustomAttributeValue
| pricingPlan | Returns pricing plan information for provided id |