class PayPal::SDK::REST::DataTypes::PaymentDetail

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2001
def self.load_members
  object_of :type, String
  object_of :transaction_id, String
  object_of :transaction_type, String
  object_of :date, String
  object_of :method, String
  object_of :note, String
end