Name | Getter | Setter | Type | Description | Notes |
---|---|---|---|---|---|
modifier_id | getModifierId() | setModifierId($value) | string | The ID of the CatalogModifier whose default behavior is being overridden. | |
on_by_default | getOnByDefault() | setOnByDefault($value) | bool | If `true`, this CatalogModifier should be selected by default for this CatalogItem. | [optional] |
Note: All properties are protected and only accessed via getters and setters.