Method: PaypalServerSdk::PaymentTokenRequest#to_s
- Defined in:
- lib/paypal_server_sdk/models/payment_token_request.rb
#to_s ⇒ Object
Provides a human-readable string representation of the object.
62 63 64 65 |
# File 'lib/paypal_server_sdk/models/payment_token_request.rb', line 62 def to_s class_name = self.class.name.split('::').last "<#{class_name} customer: #{@customer}, payment_source: #{@payment_source}>" end |