IssuingNetworkTokenWalletProvider constructor

const IssuingNetworkTokenWalletProvider({
  1. String? accountId,
  2. int? accountTrustScore,
  3. IssuingNetworkTokenWalletProviderCardNumberSource? cardNumberSource,
  4. IssuingNetworkTokenAddress? cardholderAddress,
  5. String? cardholderName,
  6. int? deviceTrustScore,
  7. String? hashedAccountEmailAddress,
  8. List<IssuingNetworkTokenWalletProviderReasonCodesItem>? reasonCodes,
  9. IssuingNetworkTokenWalletProviderSuggestedDecision? suggestedDecision,
  10. String? suggestedDecisionVersion,
})

IssuingNetworkTokenWalletProvider

Implementation

const IssuingNetworkTokenWalletProvider({
  this.accountId,
  this.accountTrustScore,
  this.cardNumberSource,
  this.cardholderAddress,
  this.cardholderName,
  this.deviceTrustScore,
  this.hashedAccountEmailAddress,
  this.reasonCodes,
  this.suggestedDecision,
  this.suggestedDecisionVersion,
});