Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 1.24 KB

CreateAttribute.md

File metadata and controls

11 lines (8 loc) · 1.24 KB

Brevo::CreateAttribute

Properties

Name Type Description Notes
value String Value of the attribute. Use only if the attribute's category is 'calculated' or 'global' [optional]
is_recurring BOOLEAN Type of the attribute. Use only if the attribute's category is 'calculated' or 'global' [optional]
enumeration Array<CreateAttributeEnumeration> List of values and labels that the attribute can take. Use only if the attribute's category is &quot;category&quot;. For example, [{&quot;value&quot;:1, &quot;label&quot;:&quot;male&quot;}, {&quot;value&quot;:2, &quot;label&quot;:&quot;female&quot;}] [optional]
type String Type of the attribute. Use only if the attribute's category is 'normal', 'category' or 'transactional' ( type 'boolean' is only available if the category is 'normal' attribute, type 'id' is only available if the category is 'transactional' attribute & type 'category' is only available if the category is 'category' attribute ) [optional]