Method: FuseClient::DeleteFinancialConnectionResponse#valid?
- Defined in:
- lib/fuse_client/models/delete_financial_connection_response.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
105 106 107 108 109 110 |
# File 'lib/fuse_client/models/delete_financial_connection_response.rb', line 105 def valid? return false if @financial_connection_id.nil? return false if @access_token.nil? return false if @request_id.nil? true end |