class PayPal::SDK::AdaptivePayments::DataTypes::FundingPlan

FundingPlan describes the funding sources to be used for a specific payment.

Public Class Methods

load_members() click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 358
def self.load_members
  object_of :fundingPlanId, String, :required => true
  object_of :fundingAmount, CurrencyType, :required => true
  object_of :backupFundingSource, FundingSource
  object_of :senderFees, CurrencyType
  object_of :currencyConversion, CurrencyConversion
  array_of :charge, FundingPlanCharge, :required => true
end