Class: PayPal::SDK::REST::DataTypes::FundingSource
- Inherits:
-
Base
- Object
- Core::API::DataTypes::Base
- Base
- PayPal::SDK::REST::DataTypes::FundingSource
- Defined in:
- lib/paypal-sdk/rest/data_types.rb
Constant Summary
Constants inherited from Core::API::DataTypes::Base
Core::API::DataTypes::Base::ContentKey, Core::API::DataTypes::Base::HashOptions
Instance Attribute Summary
Attributes inherited from Base
Class Method Summary collapse
Methods inherited from Base
#http_header, #merge!, #raise_error!, raise_on_api_error, #success?
Methods inherited from Core::API::DataTypes::Base
add_attribute, add_member, array_of, #convert_array, #convert_object, define_alias_methods, #hash_key, #initialize, #member_names, members, #members, #merge!, object_of, #set, #skip_value?, snakecase, #to_hash, #value_to_hash
Methods included from Core::Logging
#log_event, #logger, logger, logger=
Constructor Details
This class inherits a constructor from PayPal::SDK::Core::API::DataTypes::Base
Class Method Details
.load_members ⇒ Object
555 556 557 558 559 560 561 562 563 564 565 566 567 568 |
# 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 |