Class: Paymill::Payment

Inherits:
Base
  • Object
show all
Includes:
Restful::Delete
Defined in:
lib/paymill/models/payment.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#app_id, #created_at, #id, #updated_at

Method Summary

Methods included from Restful::Delete

#delete

Methods inherited from Base

#initialize

Methods included from Restful::All

#all

Methods included from Restful::Find

#find

Methods included from Restful::Create

#create

Constructor Details

This class inherits a constructor from Paymill::Base

Instance Attribute Details

#accountObject (readonly)

Returns the value of attribute account.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def 
  @account
end

#bicObject (readonly)

Returns the value of attribute bic.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def bic
  @bic
end

#card_holderObject (readonly)

Returns the value of attribute card_holder.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def card_holder
  @card_holder
end

#card_typeObject (readonly)

Returns the value of attribute card_type.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def card_type
  @card_type
end

#clientObject (readonly)

Returns the value of attribute client.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def client
  @client
end

#codeObject (readonly)

Returns the value of attribute code.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def code
  @code
end

#countryObject (readonly)

Returns the value of attribute country.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def country
  @country
end

#expire_monthObject (readonly)

Returns the value of attribute expire_month.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def expire_month
  @expire_month
end

#expire_yearObject (readonly)

Returns the value of attribute expire_year.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def expire_year
  @expire_year
end

#holderObject (readonly)

Returns the value of attribute holder.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def holder
  @holder
end

#ibanObject (readonly)

Returns the value of attribute iban.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def iban
  @iban
end

#is_recurringObject (readonly)

Returns the value of attribute is_recurring.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def is_recurring
  @is_recurring
end

#is_usable_for_preauthorizationObject (readonly)

Returns the value of attribute is_usable_for_preauthorization.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def is_usable_for_preauthorization
  @is_usable_for_preauthorization
end

#last4Object (readonly)

Returns the value of attribute last4.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def last4
  @last4
end

#typeObject (readonly)

Returns the value of attribute type.



5
6
7
# File 'lib/paymill/models/payment.rb', line 5

def type
  @type
end