SSLCTransactionInfoModel constructor

SSLCTransactionInfoModel({
  1. String? aPIConnect,
  2. String? amount,
  3. String? bankTranId,
  4. String? baseFair,
  5. String? cardBrand,
  6. String? cardIssuer,
  7. String? cardIssuerCountry,
  8. String? cardIssuerCountryCode,
  9. String? cardNo,
  10. String? cardType,
  11. String? currencyAmount,
  12. String? currencyRate,
  13. String? currencyType,
  14. String? gwVersion,
  15. String? riskLevel,
  16. String? riskTitle,
  17. String? sessionkey,
  18. String? status,
  19. String? storeAmount,
  20. String? tranDate,
  21. String? tranId,
  22. String? valId,
  23. String? validatedOn,
  24. String? valueA,
  25. String? valueB,
  26. String? valueC,
  27. String? valueD,
})

Implementation

SSLCTransactionInfoModel(
    {this.aPIConnect,
    this.amount,
    this.bankTranId,
    this.baseFair,
    this.cardBrand,
    this.cardIssuer,
    this.cardIssuerCountry,
    this.cardIssuerCountryCode,
    this.cardNo,
    this.cardType,
    this.currencyAmount,
    this.currencyRate,
    this.currencyType,
    this.gwVersion,
    this.riskLevel,
    this.riskTitle,
    this.sessionkey,
    this.status,
    this.storeAmount,
    this.tranDate,
    this.tranId,
    this.valId,
    this.validatedOn,
    this.valueA,
    this.valueB,
    this.valueC,
    this.valueD});