class PayPal::SDK::AdaptivePayments::DataTypes::FundingSource
Funding source information.
Public Class Methods
load_members()
click to toggle source
# File lib/paypal-sdk/adaptive_payments/data_types.rb, line 335 def self.load_members object_of :lastFourOfAccountNumber, String object_of :type, String, :required => true object_of :displayName, String object_of :fundingSourceId, String object_of :allowed, Boolean end