Method: CyberSource::CreatePaymentLinkRequest#==
- Defined in:
- lib/cybersource_rest_client/models/create_payment_link_request.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
109 110 111 112 113 114 115 116 |
# File 'lib/cybersource_rest_client/models/create_payment_link_request.rb', line 109 def ==(o) return true if self.equal?(o) self.class == o.class && client_reference_information == o.client_reference_information && processing_information == o.processing_information && purchase_information == o.purchase_information && order_information == o.order_information end |