Method: IntegrationApi::AsyncTransaction.swagger_types

Defined in:
lib/integration_api/models/async_transaction.rb

.swagger_typesObject

Attribute type mapping.



39
40
41
42
43
44
45
46
47
# File 'lib/integration_api/models/async_transaction.rb', line 39

def self.swagger_types
  {
    :'create_date' => :'DateTime',
    :'id' => :'String',
    :'response' => :'Object',
    :'status' => :'String',
    :'update_date' => :'DateTime'
  }
end