Method: PaypalServerSdk::SellerProtection#to_s

Defined in:
lib/paypal_server_sdk/models/seller_protection.rb

#to_sObject

Provides a human-readable string representation of the object.



66
67
68
69
# File 'lib/paypal_server_sdk/models/seller_protection.rb', line 66

def to_s
  class_name = self.class.name.split('::').last
  "<#{class_name} status: #{@status}, dispute_categories: #{@dispute_categories}>"
end