Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 308 Bytes

UpdateUserParams.md

File metadata and controls

18 lines (12 loc) · 308 Bytes

SpreeClient::UpdateUserParams

Properties

Name Type Description Notes
user UpdateUserParamsUser

Example

require 'spree_client'

instance = SpreeClient::UpdateUserParams.new(
  user: null
)