Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 842 Bytes

CatalogModifierOverride.md

File metadata and controls

12 lines (8 loc) · 842 Bytes

CatalogModifierOverride

Properties

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.

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