Sha256: 901a260a3f7bef7f828bb071cdcaf3db3214864e6e81f073633235fa7f76e44e
Contents?: true
Size: 267 Bytes
Versions: 39
Compression:
Stored size: 267 Bytes
Contents
module Paypal module Payment class Response::Refund < Base attr_optional :transaction_id attr_accessor :amount def initialize(attributes = {}) super @amount = Common::Amount.new(attributes[:amount]) end end end end
Version data entries
39 entries across 39 versions & 3 rubygems