Display price breakup schema denotes price currency, key, value,message to display as breakup on UI.
Fields
currency_code
StringCurrency code for the price (ISO 4217). Example: 'INR'
currency_symbol
StringCurrency symbol for the price. Example: '₹'
display
StringHuman-readable label to show against the value. Example: 'Discount'
key
StringMachine key for the price (e.g., total_mrp, subtotal). Example: 'total'
message
[String]Messages to display at this price level. Example: ['Includes taxes']
preset
FloatPreset value if set from platform. Example: 0.0
value
FloatNumeric value of the price. Example: 1499.0
attr
StringAttribute type (e.g., subtotal). Example: 'subtotal'
original
FloatOriginal value of the price. Example: 1999.0
Was this section helpful?