Constructor
new ProductVariantExclusion(data) → {void}
ProductVariantExclusion Constructor.
ProductVariantExclusion Constructor.
Parameters:
Name | Type | Description |
---|---|---|
data |
Object |
Returns:
- Type
- void
Methods
getAttributeId() → {number}
Get attr_id.
Get attr_id.
Returns:
- Type
- number
getAttributeTemplateId() → {number}
Get attmpat_id.
Get attmpat_id.
Returns:
- Type
- number
getOptionId() → {number}
Get option_id.
Get option_id.
Returns:
- Type
- number
setAttributeId(attributeId) → {ProductVariantExclusion}
Set attr_id.
Set attr_id.
Parameters:
Name | Type | Description |
---|---|---|
attributeId |
number |
Returns:
- Type
- ProductVariantExclusion
setAttributeTemplateId(attributeTemplateId) → {ProductVariantExclusion}
Set attmpat_id.
Set attmpat_id.
Parameters:
Name | Type | Description |
---|---|---|
attributeTemplateId |
number |
Returns:
- Type
- ProductVariantExclusion
setOptionId(optionId) → {ProductVariantExclusion}
Set option_id.
Set option_id.
Parameters:
Name | Type | Description |
---|---|---|
optionId |
number |
Returns:
- Type
- ProductVariantExclusion