CreateOrderCreditLineDTO
The order credit line details.
order_id
stringThe ID of the order that the credit line belongs to.
amount
BigNumberInputThe amount of the credit line.
amount
BigNumberInputreference
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>OptionalThe metadata of the order detail
Was this page helpful?