class PayPal::SDK::REST::DataTypes::Error

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1049
def self.load_members
  object_of :name, String
  object_of :debug_id, String
  object_of :message, String
  object_of :code, String
  object_of :information_link, String
  array_of  :details, ErrorDetails
  array_of  :links, Links
end