Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 376 Bytes

UpdatePromotionAddRuleParams.md

File metadata and controls

18 lines (12 loc) · 376 Bytes

SpreeClient::UpdatePromotionAddRuleParams

Properties

Name Type Description Notes
promotion UpdatePromotionAddRuleParamsPromotion

Example

require 'spree_client'

instance = SpreeClient::UpdatePromotionAddRuleParams.new(
  promotion: null
)