Sha256: c0b4788409cd5bce9fdbec750f47c45dc87cf993ba10d4996b6313f09f1f0359
Contents?: true
Size: 341 Bytes
Versions: 7
Compression:
Stored size: 341 Bytes
Contents
module AdaptivePayments class RefundResponse < AbstractResponse operation :Refund attribute :currency_code, String, :param => "currencyCode" attribute :refund_info_list, Node[RefundInfoList], :param => "refundInfoList" alias_params :refund_info_list, { :refund_info => :refund_info } end end
Version data entries
7 entries across 7 versions & 2 rubygems