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

Version Path
creative-paypal-express-1.4.1 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.4.0 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.3.0 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.2.1 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.2.0 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.1.0 lib/paypal/payment/response/refund.rb
dfg-paypal-0.8.2 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.0.1.dev2 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.0.1.dev1 lib/paypal/payment/response/refund.rb
creative-paypal-express-1.0.0 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.2.4 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.2.3 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.2.2 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.2.1 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.2 lib/paypal/payment/response/refund.rb
creative-paypal-express-0.8.1 lib/paypal/payment/response/refund.rb
paypal-express-0.8.1 lib/paypal/payment/response/refund.rb
paypal-express-0.8.0 lib/paypal/payment/response/refund.rb
paypal-express-0.7.1 lib/paypal/payment/response/refund.rb
paypal-express-0.7.0 lib/paypal/payment/response/refund.rb