object

DisplayBreakup

Display price breakup schema denotes price currency, key, value,message to display as breakup on UI.
Fields
currency_code
String
Currency code for the price (ISO 4217). Example: 'INR'
currency_symbol
String
Currency symbol for the price. Example: '₹'
display
String
Human-readable label to show against the value. Example: 'Discount'
Machine key for the price (e.g., total_mrp, subtotal). Example: 'total'
message
[String]
Messages to display at this price level. Example: ['Includes taxes']
preset
Float
Preset value if set from platform. Example: 0.0
value
Float
Numeric value of the price. Example: 1499.0
attr
String
Attribute type (e.g., subtotal). Example: 'subtotal'
original
Float
Original value of the price. Example: 1999.0