Method: CyberSource::CreatePaymentLinkRequest#valid?

Defined in:
lib/cybersource_rest_client/models/create_payment_link_request.rb

#valid?Boolean

Check to see if the all the properties in the model are valid

Returns:

  • (Boolean)

    true if the model is valid



100
101
102
103
104
105
# File 'lib/cybersource_rest_client/models/create_payment_link_request.rb', line 100

def valid?
  return false if @processing_information.nil?
  return false if @purchase_information.nil?
  return false if @order_information.nil?
  true
end