Method: TransferZero::ProofOfPayment.attribute_map

Defined in:
lib/transferzero-sdk/models/proof_of_payment.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



30
31
32
33
34
35
36
37
# File 'lib/transferzero-sdk/models/proof_of_payment.rb', line 30

def self.attribute_map
  {
    :'id' => :'id',
    :'file_name' => :'file_name',
    :'thumbnail' => :'thumbnail',
    :'url' => :'url'
  }
end