Method: Wire4Client::TransactionsOutgoingRegister#valid?
- Defined in:
- lib/wire4_client/models/transactions_outgoing_register.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
89 90 91 92 93 94 |
# File 'lib/wire4_client/models/transactions_outgoing_register.rb', line 89 def valid? return false if @cancel_return_url.nil? return false if @return_url.nil? return false if @transactions.nil? true end |