Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 358 Bytes

UpdateOptionTypeParams.md

File metadata and controls

18 lines (12 loc) · 358 Bytes

SpreeClient::UpdateOptionTypeParams

Properties

Name Type Description Notes
option_type UpdateOptionTypeParamsOptionType

Example

require 'spree_client'

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