Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 837 Bytes

File metadata and controls

14 lines (11 loc) · 837 Bytes

AccountAttributeResponseModel

Properties

Name Type Description Notes
customer_id str The customer's ID. [optional]
name str The attribute name. This property supports: sorting and searching. [optional]
values list[str] The attribute values. This property supports: searching. [optional]
value_count int The total number of values within the attribute. [optional]
created_date datetime The attribute's creation date. [optional]
updated_date datetime The attribute's last updated date. [optional]

[Back to Model list] [Back to API list] [Back to README]