Method: FattureInCloud_Ruby_Sdk::PaymentAccount.openapi_types

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

.openapi_typesObject

Attribute type mapping.



84
85
86
87
88
89
90
91
92
93
94
# File 'lib/fattureincloud_ruby_sdk/models/payment_account.rb', line 84

def self.openapi_types
  {
    :'id' => :'Integer',
    :'name' => :'String',
    :'type' => :'PaymentAccountType',
    :'iban' => :'String',
    :'sia' => :'String',
    :'cuc' => :'String',
    :'virtual' => :'Boolean'
  }
end