All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.emv.qrcode.model.mpm.constants.MerchantAccountInformationFieldCodes Maven / Gradle / Ivy

There is a newer version: 0.1.2
Show newest version
package com.emv.qrcode.model.mpm.constants;

public final class MerchantAccountInformationFieldCodes {

  public static final String ID_GLOBALLY_UNIQUE_IDENTIFIER = "00";
  public static final String ID_PAYMENT_NETWORK_SPECIFIC_START = "01";
  public static final String ID_PAYMENT_NETWORK_SPECIFIC_END = "99";

  // Reserved
  public static final String ID_PAYMENT_NETWORK_SPECIFIC = ID_PAYMENT_NETWORK_SPECIFIC_START;

  private MerchantAccountInformationFieldCodes() {
    super();
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy