Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 972 Bytes

SalesRuleDataCouponGenerationSpecInterface.md

File metadata and controls

21 lines (15 loc) · 972 Bytes

# SalesRuleDataCouponGenerationSpecInterface

CouponGenerationSpecInterface

Properties

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]

[Back to Model list] [Back to API list] [Back to README]