- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
OrderCreditLine - Order Module Data Models Reference
This documentation provides a reference to the OrderCreditLine data model. It belongs to the Order Module.
id
PrimaryKeyModifier<IdProperty>The ID of the order credit line.
The associated order.
amount
BigNumberPropertyThe amount of the order credit line
raw_amount
JSONPropertyThe raw amount of the order credit line
reference
TextPropertyOptionalThe table that this credit line references. For example,
payment\_collection
.reference_id
TextPropertyOptionalThe ID of the record in the referenced table. For example,
paycol\_123
.metadata
JSONPropertyOptionalHolds custom data in key-value pairs.
Was this page helpful?