class PayPal::SDK::AdaptivePayments::DataTypes::GetAllowedFundingSourcesResponse
The response to get the backup funding sources available for a preapproval.
Public Class Methods
load_members()
click to toggle source
# 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