- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
- User Guide
CartCreditLineDTO
The cart credit line details.
id
stringThe ID of the cart credit line.
cart_id
stringThe ID of the cart that the credit line belongs to.
amount
BigNumberValueThe amount of the credit line.
amount
BigNumberValueraw_amount
BigNumberRawValueThe raw amount of the credit line.
raw_amount
BigNumberRawValuereference
null | stringThe reference model name that the credit line is generated from
reference_id
null | stringThe reference model id that the credit line is generated from
metadata
null | Record<string, unknown>The metadata of the cart detail
created_at
DateThe date when the cart credit line was created.
updated_at
DateThe date when the cart credit line was last updated.
Was this page helpful?