class PayPal::SDK::AdaptivePayments::DataTypes::FundingPlanCharge

Amount to be charged to a particular funding source.

Public Class Methods

load_members() click to toggle source
# 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