| Member |
Type |
Description |
| BooleanValue |
Boolean? |
Boolean type value. If you specify a value here, you must not specify the DecimalValue, IntegerValue, SelectionValue or StringValue. |
| DecimalValue |
Decimal? |
Decimal type value. If you specify a value here, you must not specify the BooleanValue, IntegerValue, SelectionValue or StringValue. |
| IntegerValue |
Integer? |
Integer type value. If you specify a value here, you must not specify the BooleanValue, DecimalValue, SelectionValue or StringValue. |
| ProductAttributeID |
Integer |
Database object identifier. |
| ProductAttributeDefinitionID |
Integer |
Associate this attribute to the Product Attribute Definition by its ProductAttributeDefinitionID. |
| ProductAttributeDefinition |
ProductAttributeDefinitionModel |
|
| ProductID |
Integer? |
Associate this attribute to the product by its ProductID. |
| ProductVariantID |
Integer? |
Associate this attribute to the product variant by its ProductVariantID. |
| SelectionValue |
List<ProductAttributeDefinitionSelectionModel> |
Selection values |
| StringValue |
String |
Localized string type value. If you specify a value here, you must not specify the BooleanValue, DecimalValue, IntegerValue or SelectionValue. |