Class: Paymill::Payment
- Includes:
- Restful::Delete
- Defined in:
- lib/paymill/models/payment.rb
Instance Attribute Summary collapse
-
#account ⇒ Object
readonly
Returns the value of attribute account.
-
#bic ⇒ Object
readonly
Returns the value of attribute bic.
-
#card_holder ⇒ Object
readonly
Returns the value of attribute card_holder.
-
#card_type ⇒ Object
readonly
Returns the value of attribute card_type.
-
#client ⇒ Object
readonly
Returns the value of attribute client.
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#country ⇒ Object
readonly
Returns the value of attribute country.
-
#expire_month ⇒ Object
readonly
Returns the value of attribute expire_month.
-
#expire_year ⇒ Object
readonly
Returns the value of attribute expire_year.
-
#holder ⇒ Object
readonly
Returns the value of attribute holder.
-
#iban ⇒ Object
readonly
Returns the value of attribute iban.
-
#is_recurring ⇒ Object
readonly
Returns the value of attribute is_recurring.
-
#is_usable_for_preauthorization ⇒ Object
readonly
Returns the value of attribute is_usable_for_preauthorization.
-
#last4 ⇒ Object
readonly
Returns the value of attribute last4.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Attributes inherited from Base
#app_id, #created_at, #id, #updated_at
Method Summary
Methods included from Restful::Delete
Methods inherited from Base
Methods included from Restful::All
Methods included from Restful::Find
Methods included from Restful::Create
Constructor Details
This class inherits a constructor from Paymill::Base
Instance Attribute Details
#account ⇒ Object (readonly)
Returns the value of attribute account.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def account @account end |
#bic ⇒ Object (readonly)
Returns the value of attribute bic.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def bic @bic end |
#card_holder ⇒ Object (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_type ⇒ Object (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 |
#client ⇒ Object (readonly)
Returns the value of attribute client.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def client @client end |
#code ⇒ Object (readonly)
Returns the value of attribute code.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def code @code end |
#country ⇒ Object (readonly)
Returns the value of attribute country.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def country @country end |
#expire_month ⇒ Object (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_year ⇒ Object (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 |
#holder ⇒ Object (readonly)
Returns the value of attribute holder.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def holder @holder end |
#iban ⇒ Object (readonly)
Returns the value of attribute iban.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def iban @iban end |
#is_recurring ⇒ Object (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_preauthorization ⇒ Object (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 end |
#last4 ⇒ Object (readonly)
Returns the value of attribute last4.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def last4 @last4 end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
5 6 7 |
# File 'lib/paymill/models/payment.rb', line 5 def type @type end |