A labeled data value with both a machine value and display label. Use when you want a code/ID stored alongside a human-readable name.
const planData: AllowedJSCustomDataComposite = { value: 'enterprise', label: 'Enterprise Plan'}; Copy
const planData: AllowedJSCustomDataComposite = { value: 'enterprise', label: 'Enterprise Plan'};
Human-readable label for display in reports.
The actual value to store.
A labeled data value with both a machine value and display label. Use when you want a code/ID stored alongside a human-readable name.
Example