Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 335 Bytes

CreateShippingCategoryParamsShippingCategory.md

File metadata and controls

18 lines (12 loc) · 335 Bytes

SpreeClient::CreateShippingCategoryParamsShippingCategory

Properties

Name Type Description Notes
name String

Example

require 'spree_client'

instance = SpreeClient::CreateShippingCategoryParamsShippingCategory.new(
  name: Another Category
)