class PayPal::SDK::REST::DataTypes::PayerInfo

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 617
def self.load_members
  object_of :email, String
  object_of :external_remember_me_id, String
  object_of :buyer_account_number, String
  object_of :salutation, String
  object_of :first_name, String
  object_of :middle_name, String
  object_of :last_name, String
  object_of :suffix, String
  object_of :payer_id, String
  object_of :phone, String
  object_of :phone_type, String
  object_of :birth_date, String
  object_of :tax_id, String
  object_of :tax_id_type, String
  object_of :country_code, String
  object_of :billing_address, Address
  object_of :shipping_address, ShippingAddress
end