object

OrderBreakupValue

Value breakdown of the order, contains the details of the breakup value for the order.
Fields
currency_code
String
The international currency code representing the currency used for the value. For example, 'INR', 'USD', or 'EUR'.
currency_symbol
String
Symbol representing the currency used for the value. For example, '₹', '$', or '€'.
display
String
The name of the entity as it should be displayed. For example, 'Subtotal' or 'Shipping Charges'.
name
String
The slug identifier of the entity. For example, 'subtotal' or 'delivery_charge'.
value
Float
The numerical value associated with the entity in the currency of the order. For example, 1000.50 or 150.00.
Array of nested breakup values that can contain further sub-values (recursive structure)