TransactionIndicators constructor
const
TransactionIndicators({
- bool? isCustomerPresent,
- bool? isContractPresent,
- Channel? channel,
- ChannelType? channelType,
- SubChannelType? subChannelType,
- MerchantRisk? merchantRisk,
- Map<
String, dynamic> ? supplementaryData,
Implementation
const TransactionIndicators({
this.isCustomerPresent,
this.isContractPresent,
this.channel,
this.channelType,
this.subChannelType,
this.merchantRisk,
this.supplementaryData,
});