Class: PayPal::SDK::AdaptivePayments::DataTypes::FundingPlanCharge
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::FundingPlanCharge
- Defined in:
- lib/paypal-sdk/adaptive_payments/data_types.rb
Overview
Amount to be charged to a particular funding source.
Class Method Summary collapse
Class Method Details
.load_members ⇒ Object
348 349 350 351 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 348 def self.load_members object_of :charge, CurrencyType, :required => true object_of :fundingSource, FundingSource, :required => true end |