Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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