Sha256: f97d8bc056fd21dc4b821eae27d86ff699e3f0b574ce5d4c5b8388932c9cc9f5
Contents?: true
Size: 235 Bytes
Versions: 1
Compression:
Stored size: 235 Bytes
Contents
module PayPal::AdaptivePayments::Response class RefundInfoList include PayPal::Common::Base attr_accessor :refund_info def set_refund_info(value) self.refund_info = build_value(RefundInfo, 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/response/refund_info_list.rb |