SalesRuleDataCouponGenerationSpecInterface
May 18, 2017 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ruleId | int | The id of the rule associated with the coupon | |
| format | string | Format of generated coupon code | |
| quantity | int | Of coupons to generate | |
| length | int | Length of coupon code | |
| prefix | string | The prefix | [optional] |
| suffix | string | The suffix | [optional] |
| delimiterAtEvery | int | The spacing where the delimiter should exist | [optional] |
| delimiter | string | The delimiter | [optional] |
| extensionAttributes | \SpringImport\Swagger\Magento2\Client\Model\SalesRuleDataCouponGenerationSpecExtensionInterface | [optional] |