ProductPricingAttributeDetails Class

Represents details about a product's pricing attributes and their associated quantities.

Namespace

healthcloudext

pricingAttributeList

Represents the list of Pricing Attribute Apex Objects that are applicable for the Product.

Signature

global List<healthcloudext.PricingAttribute> pricingAttributeList { get; set; }

1healthcloudext.ProductPricingAttributeDetails, pricingAttributeList

Property Value

Type: List<>

productId

Represents the unique identifier of the Product.

Signature

global String productId { get; set; }

1healthcloudext.ProductPricingAttributeDetails, productId

Property Value

Type: String

unitCount

Represents the count of the products for which the pricing attributes are applicable.

Signature

global Integer unitCount { get; set; }

1healthcloudext.ProductPricingAttributeDetails, unitCount

Property Value

Type: Integer