Class: PaynetEasy::PaynetEasyApi::PaymentData::RecurrentCard

Inherits:
Data
  • Object
show all
Defined in:
lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Data

#initialize

Constructor Details

This class inherits a constructor from PaynetEasy::PaynetEasyApi::PaymentData::Data

Instance Attribute Details

#binObject

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_nameObject

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

#cvv2Object

RecurrentCard CVV2



13
14
15
# File 'lib/paynet_easy/paynet_easy_api/payment_data/recurrent_card.rb', line 13

def cvv2
  @cvv2
end

#expire_monthObject

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_yearObject

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_digitsObject

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_idObject

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