Method: OpenapiClient::AliPayPaymentMethod#list_invalid_properties
- Defined in:
- lib/openapi_client/models/ali_pay_payment_method.rb
#list_invalid_properties ⇒ Object
Show invalid properties with the reasons. Usually used together with valid?
64 65 66 67 68 69 70 71 |
# File 'lib/openapi_client/models/ali_pay_payment_method.rb', line 64 def list_invalid_properties invalid_properties = Array.new if @ali_pay.nil? invalid_properties.push('invalid value for "ali_pay", ali_pay cannot be nil.') end invalid_properties end |