Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 377 Bytes

UpdatePromotionRuleParamsPromotionRule.md

File metadata and controls

18 lines (12 loc) · 377 Bytes

SpreeClient::UpdatePromotionRuleParamsPromotionRule

Properties

Name Type Description Notes
type String Set the Promotion Rule type. [optional]

Example

require 'spree_client'

instance = SpreeClient::UpdatePromotionRuleParamsPromotionRule.new(
  type: Spree::Promotion::Rules::Country
)