class PayPal::SDK::REST::DataTypes::Metadata

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 2020
def self.load_members
  object_of :created_date, String
  object_of :created_by, String
  object_of :cancelled_date, String
  object_of :cancelled_by, String
  object_of :last_updated_date, String
  object_of :last_updated_by, String
  object_of :first_sent_date, String
  object_of :last_sent_date, String
  object_of :last_sent_by, String
  object_of :payer_view_url, String
end