Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

CreatePromotionParams.md

File metadata and controls

18 lines (12 loc) · 348 Bytes

SpreeClient::CreatePromotionParams

Properties

Name Type Description Notes
promotion CreatePromotionParamsPromotion

Example

require 'spree_client'

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