Sha256: 54ab47f42722626cb55d3ae2a4bf570d3e48c1f18439d5a6ea7f5d808d01d331
Contents?: true
Size: 386 Bytes
Versions: 1
Compression:
Stored size: 386 Bytes
Contents
module PayPal::AdaptivePayments::Response class Refund include PayPal::Common::Response attr_accessor :currency_code attr_accessor :refund_info_list def set_refund_info_list(value) self.refund_info_list = build_value(RefundInfoList, value) end def refund_infos (self.refund_info_list && self.refund_info_list.refund_info) || [] 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.rb |