Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 382 Bytes

UpdatePromotionRuleParams.md

File metadata and controls

18 lines (12 loc) · 382 Bytes

SpreeClient::UpdatePromotionRuleParams

Properties

Name Type Description Notes
promotion_rule UpdatePromotionRuleParamsPromotionRule

Example

require 'spree_client'

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