PricingAttribute Class

Represents the attribute key, attribute value, and a boolean indicating if the attribute is a picklist type for a product.

Namespace

healthcloudext

attributeDefinitionId

Represents the unique identifier of the Attribute Definition for the Product.

Signature

global String attributeDefinitionId { get; set; }

1healthcloudext.PricingAttribute, attributeDefinitionId

Property Value

Type: String

attributeValue

Represents the value of the attribute definition that needs to be considered for pricing, if the attribute is of type Picklist then the attribute value should be a unique identifier of the Attribute Picklist Value.

Signature

global String attributeValue { get; set; }

1healthcloudext.PricingAttribute, attributeValue

Property Value

Type: String

isAttributeDefinitionDataTypePicklist

Represents if the attribute definition is of type Picklist.

Signature

global Boolean isAttributeDefinitionDataTypePicklist { get; set; }

1healthcloudext.PricingAttribute, isAttributeDefinitionDataTypePicklist

Property Value

Type: Boolean