Method: UpBankingClient::CategoryResource.openapi_types
- Defined in:
- lib/up_banking/models/category_resource.rb
.openapi_types ⇒ Object
Attribute type mapping.
48 49 50 51 52 53 54 55 56 |
# File 'lib/up_banking/models/category_resource.rb', line 48 def self.openapi_types { :'type' => :'String', :'id' => :'String', :'attributes' => :'CategoryResourceAttributes', :'relationships' => :'CategoryResourceRelationships', :'links' => :'AccountResourceLinks' } end |