Method: OpenapiClient::AchReturnTransaction#valid?

Defined in:
lib/openapi_client/models/ach_return_transaction.rb

#valid?Boolean

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

Returns:

  • (Boolean)

    true if the model is valid



78
79
80
81
# File 'lib/openapi_client/models/ach_return_transaction.rb', line 78

def valid?
  return false if @transaction_amount.nil?
  true && super
end