class PayPal::SDK::REST::DataTypes::InvoicingMetaData

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1906
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
end