Method: DocuSign_eSign::PaymentDetails#==
- Defined in:
- lib/docusign_esign/models/payment_details.rb
#==(o) ⇒ Object
Checks equality by comparing each attribute.
101 102 103 104 105 106 107 108 109 |
# File 'lib/docusign_esign/models/payment_details.rb', line 101 def ==(o) return true if self.equal?(o) self.class == o.class && currency_code == o.currency_code && gateway_account_id == o.gateway_account_id && line_items == o.line_items && status == o.status && total == o.total end |