Schema Documentation
CouponLine
Description
a coupon line object
Fields
Field Name | Description |
---|---|
code -
String | Line's Coupon code |
coupon -
Coupon | Line's Coupon |
databaseId -
Int | The ID of the order item in the database |
discount -
String | Line's Discount total |
discountTax -
String | Line's Discount total tax |
metaData -
[MetaData] | Object meta data |
orderId -
Int | The Id of the order the order item belongs to. |
Example
{"code":"abc123","coupon":Coupon,"databaseId":123,"discount":"abc123","discountTax":"xyz789","metaData":[MetaData],"orderId":987}