Method: OpenapiClient::FundingTransactionType#valid?
- Defined in:
- lib/openapi_client/models/funding_transaction_type.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
65 66 67 |
# File 'lib/openapi_client/models/funding_transaction_type.rb', line 65 def valid? true && super end |