Method: TransferZero::Document.attribute_map
- Defined in:
- lib/transferzero-sdk/models/document.rb
.attribute_map ⇒ Object
Attribute mapping from ruby-style variable name to JSON key.
82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 |
# File 'lib/transferzero-sdk/models/document.rb', line 82 def self.attribute_map { :'upload' => :'upload', :'url' => :'url', :'upload_file_name' => :'upload_file_name', :'metadata' => :'metadata', :'upload_content_type' => :'upload_content_type', :'upload_file_size' => :'upload_file_size', :'category' => :'category', :'side' => :'side', :'document_type' => :'document_type', :'issuing_country' => :'issuing_country', :'id' => :'id', :'document_id' => :'document_id', :'expiry_date' => :'expiry_date', :'source' => :'source', :'errors' => :'errors' } end |