SSLCTransactionInfoModel constructor
SSLCTransactionInfoModel({
- String? aPIConnect,
- String? amount,
- String? bankTranId,
- String? baseFair,
- String? cardBrand,
- String? cardIssuer,
- String? cardIssuerCountry,
- String? cardIssuerCountryCode,
- String? cardNo,
- String? cardType,
- String? currencyAmount,
- String? currencyRate,
- String? currencyType,
- String? gwVersion,
- String? riskLevel,
- String? riskTitle,
- String? sessionkey,
- String? status,
- String? storeAmount,
- String? tranDate,
- String? tranId,
- String? valId,
- String? validatedOn,
- String? valueA,
- String? valueB,
- String? valueC,
- 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});