io.github.binaryfoo.decoders.VisaCardVerificationResultsDecoder.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of emv-bertlv Show documentation
Show all versions of emv-bertlv Show documentation
Some decoders for the data used in EMV credit card transactions.
package io.github.binaryfoo.decoders
/**
* From Visa Contactless Payment Specification v2.1 pD-26
* Visa Integrated Circuit Card Card Specification, Version 1.4.0 pA-12
*/
public class VisaCardVerificationResultsDecoder : EmvBitStringDecoder("fields/visa-cvr.txt", false)
© 2015 - 2024 Weber Informatics LLC | Privacy Policy