Method: TransferZero::PayoutMethodDetailsGBPBank#valid?
- Defined in:
- lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb
#valid? ⇒ Boolean
Check to see if the all the properties in the model are valid
119 120 121 122 123 |
# File 'lib/transferzero-sdk/models/payout_method_details_gbp_bank.rb', line 119 def valid? return false if @first_name.nil? return false if @last_name.nil? true end |