Class: PaynetEasy::PaynetEasyApi::PaymentData::RecurrentCard
- Defined in:
- lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb
Instance Attribute Summary collapse
-
#bin ⇒ Object
Bank Identification Number.
-
#card_printed_name ⇒ Object
Card holder name.
-
#cvv2 ⇒ Object
RecurrentCard CVV2.
-
#expire_month ⇒ Object
Card expiration month.
-
#expire_year ⇒ Object
Card expiration year.
-
#last_four_digits ⇒ Object
The last four digits of PAN (card number).
-
#paynet_id ⇒ Object
RecurrentCard reference ID.
Method Summary
Methods inherited from Data
Constructor Details
This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data
Instance Attribute Details
#bin ⇒ Object
Bank Identification Number
33 34 35 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 33 def bin @bin end |
#card_printed_name ⇒ Object
Card holder name
18 19 20 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 18 def card_printed_name @card_printed_name end |
#cvv2 ⇒ Object
RecurrentCard CVV2
13 14 15 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 13 def cvv2 @cvv2 end |
#expire_month ⇒ Object
Card expiration month
28 29 30 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 28 def expire_month @expire_month end |
#expire_year ⇒ Object
Card expiration year
23 24 25 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 23 def expire_year @expire_year end |
#last_four_digits ⇒ Object
The last four digits of PAN (card number)
38 39 40 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 38 def last_four_digits @last_four_digits end |
#paynet_id ⇒ Object
RecurrentCard reference ID
8 9 10 |
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 8 def paynet_id @paynet_id end |