TransactionIndicators constructor

const TransactionIndicators({
  1. bool? isCustomerPresent,
  2. bool? isContractPresent,
  3. Channel? channel,
  4. ChannelType? channelType,
  5. SubChannelType? subChannelType,
  6. MerchantRisk? merchantRisk,
  7. Map<String, dynamic>? supplementaryData,
})

Implementation

const TransactionIndicators({
  this.isCustomerPresent,
  this.isContractPresent,
  this.channel,
  this.channelType,
  this.subChannelType,
  this.merchantRisk,
  this.supplementaryData,
});