Class: PayPal::SDK::AdaptivePayments::DataTypes::GetFundingPlansResponse

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

Overview

The response to get the funding plans available for a payment.

Class Method Summary collapse

Class Method Details

.load_membersObject



1031
1032
1033
1034
1035
1036
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1031

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