Method: FattureInCloud_Ruby_Sdk::PaymentAccount#valid?

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

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



165
166
167
168
# File 'lib/fattureincloud_ruby_sdk/models/payment_account.rb', line 165

def valid?
  warn '[DEPRECATED] the `valid?` method is obsolete'
  true
end