Sha256: e875d38f2790f34986ebe0cb2e04e98aa19ce26d331a048bb49ca0575a0e57ba
Contents?: true
Size: 231 Bytes
Versions: 1
Compression:
Stored size: 231 Bytes
Contents
module PayPal::AdaptivePayments class PaymentInfoList include PayPal::Common::Base attr_accessor :payment_info def set_payment_info(value) self.payment_info = build_value(PaymentInfo, 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/payment_info_list.rb |