Schema Documentation
FeeLineInput
Description
Fee line data.
Fields
Input Field | Description |
---|---|
amount -
String | Fee amount. |
id -
ID | Fee Line ID |
name -
String | Fee name. |
taxClass -
TaxClassEnum | Tax class of fee. |
taxStatus -
TaxStatusEnum | Tax status of fee. |
total -
String | Line total (after discounts). |
Example
{"amount":"abc123","id":4,"name":"xyz789","taxClass":"INHERIT_CART","taxStatus":"NONE","total":"xyz789"}