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



1019
1020
1021
1022
1023
1024
# File 'lib/paypal-sdk/adaptive_payments/data_types.rb', line 1019

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