Sha256: 0d0d8500c17b46ed188fbafd98608e45ae9e7c11588a2e718bc6de3d2c614b57

Contents?: true

Size: 250 Bytes

Versions: 1

Compression:

Stored size: 250 Bytes

Contents

module PayPal::AdaptivePayments
  class FundingTypeList
    include PayPal::Common::Base

    attr_accessor :funding_type_info

    def set_funding_type_info(value)
      self.funding_type_info = build_value(FundingTypeInfo, value)
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paypal-payment-0.1.2 lib/paypal/adaptive_payments/funding_type_list.rb