class PayPal::SDK::REST::DataTypes::Payer

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 288
def self.load_members
  object_of :payment_method, String
  object_of :status, String
  object_of :account_type, String
  object_of :account_age, String
  array_of  :funding_instruments, FundingInstrument
  object_of :funding_option_id, String
  object_of :funding_option, FundingOption
  object_of :external_selected_funding_instrument_type, String
  object_of :related_funding_option, FundingOption
  object_of :payer_info, PayerInfo
  object_of :billing, Billing
end