Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 382 Bytes

CreatePromotionRuleParams.md

File metadata and controls

18 lines (12 loc) · 382 Bytes

SpreeClient::CreatePromotionRuleParams

Properties

Name Type Description Notes
promotion_rule CreatePromotionRuleParamsPromotionRule

Example

require 'spree_client'

instance = SpreeClient::CreatePromotionRuleParams.new(
  promotion_rule: null
)