Method: UpBankingClient::WebhookEventResourceRelationshipsTransactionData#valid?
- Defined in:
- lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
92 93 94 95 96 |
# File 'lib/up_banking/models/webhook_event_resource_relationships_transaction_data.rb', line 92 def valid? return false if @type.nil? return false if @id.nil? true end |