Method: Plaid::IncomeVerificationWebhookStatus#valid?
- Defined in:
- lib/plaid/models/income_verification_webhook_status.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
79 80 81 82 |
# File 'lib/plaid/models/income_verification_webhook_status.rb', line 79 def valid? return false if @id.nil? true end |