Interface: CustomerPriceSettings
Settings for price type display and behavior.
CustomerPriceSettings defines how a specific price type appears and behaves within the configurator. This includes display names and default behaviors that control the pricing experience for users.
Well-configured price settings ensure users see appropriate pricing information based on their role and permissions within the system.
Properties
defaultPriceType?
optional
defaultPriceType:boolean
Indicates whether this is the default price type.
When true, this price type is automatically selected when no specific preference is set. Only one price type should be marked as default within a price settings collection.
label
label:
string
Display name for this price type.
This human-readable label appears in price type selectors and identifies the pricing strategy to users. Clear, descriptive labels help users understand the different pricing options available to them.
type
type:
PriceTypeEnum
Identifier code for this price type.
This enumerated value identifies the specific pricing calculation method and rules to apply. The system uses this value to determine which pricing logic to execute when this price type is selected.