Class: PayPal::SDK::AdaptivePayments::DataTypes::FundingPlanCharge

Inherits:
DataType
  • Object
show all
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_membersObject



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