Method: TalonOne::UpdateAccount.openapi_types

Defined in:
lib/talon_one/models/update_account.rb

.openapi_typesObject

Attribute type mapping.



66
67
68
69
70
71
72
73
74
# File 'lib/talon_one/models/update_account.rb', line 66

def self.openapi_types
  {
    :'attributes' => :'Object',
    :'company_name' => :'String',
    :'billing_email' => :'String',
    :'state' => :'String',
    :'plan_expires' => :'DateTime'
  }
end