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 |
id - ID! | 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":"xyz789","databaseId":123,"id":4,"metaData":[MetaData],"name":"xyz789","orderId":987,"taxClass":"INHERIT_CART","taxStatus":"NONE","taxes":[OrderItemTax],"total":"abc123","totalTax":"abc123"}