Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 384 Bytes

UpdatePromotionAddActionParams.md

File metadata and controls

18 lines (12 loc) · 384 Bytes

SpreeClient::UpdatePromotionAddActionParams

Properties

Name Type Description Notes
promotion UpdatePromotionAddActionParamsPromotion

Example

require 'spree_client'

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