Sha256: 1cf3f705d4980a4e9052ab3fe9f99e789c169e3f8eb68cc6455f46db19ab9cf4

Contents?: true

Size: 191 Bytes

Versions: 1

Compression:

Stored size: 191 Bytes

Contents

module Paymill
  class Transaction < Base
    attr_accessor :id, :amount, :status, :description, :livemode,
                  :payment, :currency, :client, :created_at, :updated_at
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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