Method: Wallee::AbstractAccountUpdate.swagger_types
- Defined in:
- lib/wallee-ruby-sdk/models/abstract_account_update.rb
.swagger_types ⇒ Object
Attribute type mapping.
41 42 43 44 45 46 47 |
# File 'lib/wallee-ruby-sdk/models/abstract_account_update.rb', line 41 def self.swagger_types { :'last_modified_date' => :'DateTime', :'name' => :'String', :'subaccount_limit' => :'Integer' } end |