CouponGenerationSpecInterface
Name | Type | Description | Notes |
---|---|---|---|
RuleId | int32 | The id of the rule associated with the coupon | |
Format | string | Format of generated coupon code | |
Quantity | int32 | Of coupons to generate | |
Length | int32 | Length of coupon code | |
Prefix | string | The prefix | [optional] |
Suffix | string | The suffix | [optional] |
DelimiterAtEvery | int32 | The spacing where the delimiter should exist | [optional] |
Delimiter | string | The delimiter | [optional] |
ExtensionAttributes | map[string]interface{} | ExtensionInterface class for @see \Magento\SalesRule\Api\Data\CouponGenerationSpecInterface | [optional] |