Sha256: fd5d668a92089ae3ad4515dce20fe45192a3b9222cef38e133734d5d254c739c

Contents?: true

Size: 261 Bytes

Versions: 1

Compression:

Stored size: 261 Bytes

Contents

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

    attr_accessor :allowed_funding_type

    def set_allowed_funding_type(value)
      self.allowed_funding_type = build_value(FundingTypeList, 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_constraint.rb