Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 414 Bytes

CreatePromotionCategoryParams.md

File metadata and controls

18 lines (12 loc) · 414 Bytes

SpreeClient::CreatePromotionCategoryParams

Properties

Name Type Description Notes
promotion_category CreatePromotionCategoryParamsPromotionCategory

Example

require 'spree_client'

instance = SpreeClient::CreatePromotionCategoryParams.new(
  promotion_category: null
)