Class: PayPal::SDK::AdaptivePayments::DataTypes::FundingSource

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

Overview

Funding source information.

Class Method Summary collapse

Class Method Details

.load_membersObject



335
336
337
338
339
340
341
# 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