Record
sales-rule-data-coupon-interface
No description available.
record sales-rule-data-coupon-interface {
code: option<string>,
coupon-id: option<s32>,
created-at: option<string>,
expiration-date: option<string>,
extension-attributes: option<sales-rule-data-coupon-extension-interface>,
is-primary: bool,
rule-id: s32,
times-used: s32,
type-op: option<s32>,
usage-limit: option<s32>,
usage-per-customer: option<s32>,
}Fields
| Name | Type | Description |
|---|---|---|
| code | option<string> | |
| coupon-id | option<s32> | |
| created-at | option<string> | |
| expiration-date | option<string> | |
| extension-attributes | option<sales-rule-data-coupon-extension-interface> | |
| is-primary | bool | |
| rule-id | s32 | |
| times-used | s32 | |
| type-op | option<s32> | |
| usage-limit | option<s32> | |
| usage-per-customer | option<s32> |