Method: FattureInCloud_Ruby_Sdk::PaymentAccount.attribute_map

Defined in:
lib/fattureincloud_ruby_sdk/models/payment_account.rb

.attribute_mapObject

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



61
62
63
64
65
66
67
68
69
70
71
# File 'lib/fattureincloud_ruby_sdk/models/payment_account.rb', line 61

def self.attribute_map
  {
    :'id' => :'id',
    :'name' => :'name',
    :'type' => :'type',
    :'iban' => :'iban',
    :'sia' => :'sia',
    :'cuc' => :'cuc',
    :'virtual' => :'virtual'
  }
end