Sha256: 6c196cd0173e60516506916e76dbb855d00324b0a822f64da7c9077395e976ee

Contents?: true

Size: 275 Bytes

Versions: 1

Compression:

Stored size: 275 Bytes

Contents

module Paymill
  class Transaction < Base
    include Paymill::Operations::Update

    attr_accessor :id, :amount, :status, :description, :livemode,
                  :payment, :currency, :client, :response_code,
                  :origin_amount, :refunds, :source
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
paymill-0.5.0 lib/paymill/transaction.rb