Method: TransferZero::Document.openapi_types
- Defined in:
- lib/transferzero-sdk/models/document.rb
.openapi_types ⇒ Object
Attribute type mapping.
103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
# File 'lib/transferzero-sdk/models/document.rb', line 103 def self.openapi_types { :'upload' => :'String', :'url' => :'String', :'upload_file_name' => :'String', :'metadata' => :'Object', :'upload_content_type' => :'String', :'upload_file_size' => :'Integer', :'category' => :'String', :'side' => :'String', :'document_type' => :'String', :'issuing_country' => :'String', :'id' => :'String', :'document_id' => :'String', :'expiry_date' => :'Date', :'source' => :'String', :'errors' => :'Hash<String, Array<ValidationErrorDescription>>' } end |