Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

CreateOptionTypeParams.md

File metadata and controls

18 lines (12 loc) · 358 Bytes

SpreeClient::CreateOptionTypeParams

Properties

Name Type Description Notes
option_type CreateOptionTypeParamsOptionType

Example

require 'spree_client'

instance = SpreeClient::CreateOptionTypeParams.new(
  option_type: null
)