Class: PayPal::SDK::AdaptivePayments::DataTypes::GetAllowedFundingSourcesResponse
- Inherits:
-
DataType
- Object
- Core::API::DataTypes::Base
- DataType
- PayPal::SDK::AdaptivePayments::DataTypes::GetAllowedFundingSourcesResponse
- 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_members ⇒ Object
744 745 746 747 748 749 |
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 744 def self.load_members include ResponseStatus object_of :responseEnvelope, ResponseEnvelope, :required => true array_of :fundingSource, FundingSource array_of :error, ErrorData end |