Method: OryClient::Invoice.attribute_map

Defined in:
lib/ory-client/models/invoice.rb

.attribute_mapObject

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



53
54
55
56
57
58
59
60
61
# File 'lib/ory-client/models/invoice.rb', line 53

def self.attribute_map
  {
    :'id' => :'id',
    :'invoiced_at' => :'invoiced_at',
    :'type' => :'type',
    :'updated_at' => :'updated_at',
    :'v1' => :'v1'
  }
end