Class: PayPal::SDK::AdaptivePayments::DataTypes::GetAllowedFundingSourcesResponse

Inherits:
DataType
  • Object
show all
Defined in:
lib/paypal-sdk/adaptive_payments/data_types.rb

Overview

The response to get the backup funding sources available for a preapproval.

Class Method Summary collapse

Class Method Details

.load_membersObject



732
733
734
735
736
737
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 732

def self.load_members
  include ResponseStatus
  object_of :responseEnvelope, ResponseEnvelope, :required => true
  array_of :fundingSource, FundingSource
  array_of :error, ErrorData
end