object

ChargesInfo

Charge details including type, name, amount, refund policy, and code.
Fields
meta
JSON
Metadata related to charge price adjustment.
Charge amount applied. Example: { currency: 'INR', value: 49 }
name
String
Name of the charge. Example: 'delivery'
allow_refund
Boolean
Whether refund is allowed for this charge. Example: true
code
String
Code of the charge. Example: 'DELIVERY'
type
String
Type of charge. Example: 'fee'