Sha256: 5650cbb27b00ac9e47b74b177197756c169d75a2220b9e8531619de01ec9bafa
Contents?: true
Size: 262 Bytes
Versions: 3
Compression:
Stored size: 262 Bytes
Contents
module Paymill class Payment < Base include Paymill::Operations::Delete attr_accessor :id, :card_type, :country, :expire_month, :expire_year, :card_holder, :holder, :last4, :account, :code, :client, :type end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
paymill-0.5.1 | lib/paymill/payment.rb |
paymill-0.5.0 | lib/paymill/payment.rb |
paymill-0.4.0 | lib/paymill/payment.rb |