Method: FeratelCheckApiClient::TransactState.openapi_types
- Defined in:
- lib/feratel-check-api-client/models/transact_state.rb
.openapi_types ⇒ Object
Attribute type mapping.
58 59 60 61 62 63 |
# File 'lib/feratel-check-api-client/models/transact_state.rb', line 58 def self.openapi_types { :'state' => :'TransactStateEnum', :'translations' => :'Array<TransactStateTranslation>' } end |