Method: UltracartClient::VerificationRecord.openapi_types

Defined in:
lib/ultracart_api/models/verification_record.rb

.openapi_typesObject

Attribute type mapping.



39
40
41
42
43
44
45
# File 'lib/ultracart_api/models/verification_record.rb', line 39

def self.openapi_types
  {
    :'name' => :'String',
    :'type' => :'String',
    :'value' => :'String'
  }
end