Method: ActiveMerchant::Billing::CreditCard#icc_data
- Defined in:
- lib/active_merchant/billing/credit_card.rb
#icc_data ⇒ String
Returns or sets the ICC/ASN1 credit card data for a EMV transaction, typically this is a BER-encoded TLV string.
221 222 223 |
# File 'lib/active_merchant/billing/credit_card.rb', line 221 def icc_data @icc_data end |