We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6870b71 commit 2968ec5Copy full SHA for 2968ec5
lib/minfraud/components/credit_card.rb
@@ -14,9 +14,9 @@ class CreditCard < Base
14
# @return [String, nil]
15
attr_accessor :issuer_id_number
16
17
- # The last digits of the credit card number. This is the last 4
18
- # digits if the issuer ID number is 6 digits, or the last 2 digits
19
- # if the issuer ID number is 8 digits.
+ # The last two or four digits of the credit card number.
+ #
+ # @see https://dev.maxmind.com/minfraud/api-documentation/requests?lang=en#schema--request--credit-card__last_digits
20
#
21
22
attr_accessor :last_digits
0 commit comments