class PayPal::SDK::AdaptivePayments::DataTypes::GetFundingPlansResponse

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

Public Class Methods

load_members() click to toggle source
# 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