Schema Documentation
FeeLine
Description
a fee line object
Fields
Field Name | Description |
---|---|
amount -
String | Fee amount |
databaseId -
Int | The ID of the order item in the database |
metaData -
[MetaData] | Object meta data |
name -
String | Fee name |
orderId -
Int | The Id of the order the order item belongs to. |
taxClass -
TaxClassEnum | Line tax class |
taxStatus -
TaxStatusEnum | Tax status of fee |
taxes -
[OrderItemTax] | Line taxes |
total -
String | Line total (after discounts) |
totalTax -
String | Line total tax (after discounts) |
Example
{"amount":"abc123","databaseId":987,"metaData":[MetaData],"name":"xyz789","orderId":123,"taxClass":"INHERIT_CART","taxStatus":"NONE","taxes":[OrderItemTax],"total":"xyz789","totalTax":"xyz789"}