class PayPal::SDK::REST::DataTypes::FundingSource
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/rest/data_types.rb, line 555 def self.load_members object_of :funding_mode, String object_of :funding_instrument_type, String object_of :soft_descriptor, String object_of :amount, Currency object_of :negative_balance_amount, Currency object_of :legal_text, String object_of :terms, String object_of :funding_detail, FundingDetail object_of :additional_text, String object_of :extends, FundingInstrument object_of :negative_balance_amount, Currency object_of :links, Links end