BerTvl.fromJson constructor

BerTvl.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory BerTvl.fromJson(Map<String, dynamic> json) => BerTvl(
      dataApplicationDefinitionFileName:
          json["DataApplicationDefinitionFileName"],
      dataApplicationLabel: json["DataApplicationLabel"],
      dataTrack2EquivalentData: json["DataTrack2EquivalentData"],
      dataApplicationPan: json["DataApplicationPAN"],
      dataCardholderName: json["DataCardholderName"],
      dataLanguagePreference: json["DataLanguagePreference"],
      dataIssuerUrl: json["DataIssuerURL"],
      dataApplicationVersionNumber: json["DataApplicationVersionNumber"],
      dataIssuerApplicationData: json["DataIssuerApplicationData"],
      dataTokenRequestorId: json["DataTokenRequestorID"],
      dataPaymentAccountReference: json["DataPaymentAccountReference"],
      dataLast4DigitsOfPan: json["DataLast4DigitsOfPAN"],
      dataApplicationCryptogram: json["DataApplicationCryptogram"],
      dataApplicationTransactionCounter:
          json["DataApplicationTransactionCounter"],
      dataUnpredictableNumber: json["DataUnpredictableNumber"],
    );