TransAppSelectedInfo constructor

TransAppSelectedInfo({
  1. String? aid,
  2. int? brandId,
  3. String? brandName,
  4. String? cardAppLabel,
  5. String? paymentBusinessModel,
  6. TransactionTypeInfo? transactionTypeInfo,
})

Constructor

Implementation

TransAppSelectedInfo({
  this.aid,
  this.brandId,
  this.brandName,
  this.cardAppLabel,
  this.paymentBusinessModel,
  this.transactionTypeInfo,
});