OrderCoupons
Lists all order coupons.
Columns
Name
Type
Description
Id [KEY]
Integer
Numeric ID of this product within this order.
OrderId
Integer
Numeric ID of the associated order.
CouponId
Integer
The coupon id.
Code
String
The code of the coupon.
Amount
Decimal
The amount of the coupon.
Type
Integer
The type of the coupon.
Discount
Decimal
The discount of the coupon.
Last updated