Description
A Membership represents an method of grouping Accounts to give them access to special pricing or products.
ℹ️ Note
This object supports custom data via the data attribute.
Attributes
| Attribute | Type | Description |
|---|---|---|
accounts |
List[Account] | Returns a list of Accounts belonging to this Membership |
articles |
List[Article] | Returns a list of Articles associated with this Membership |
id |
String | Returns the unique id for this Membership |
name |
String | Returns the value of the Name attribute |
pages |
List[Page] | Returns a list of Pages associated with this Membership |
pricebook |
Pricebook | Returns the Pricebook for this Membership |
product |
Product | Returns the main Product for this Membership |
product_category |
ProductCategory | Returns the Product Category for this Membership |
products |
List[Product] | Returns a list of Products for this Membership |