class PayPal::SDK::REST::DataTypes::Participant
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 1322 def self.load_members object_of :email, String object_of :first_name, String object_of :last_name, String object_of :business_name, String object_of :phone, Phone object_of :fax, Phone object_of :website, String object_of :additional_info, String object_of :address, Address end