Sha256: 2c956502a120d2d2ec0289b51d453f47461f37ca5ca9a628bb013b7d0208e86e

Contents?: true

Size: 266 Bytes

Versions: 1

Compression:

Stored size: 266 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
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

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