IssuingNetworkTokenWalletProvider constructor
const
IssuingNetworkTokenWalletProvider({
- String? accountId,
- int? accountTrustScore,
- IssuingNetworkTokenWalletProviderCardNumberSource? cardNumberSource,
- IssuingNetworkTokenAddress? cardholderAddress,
- String? cardholderName,
- int? deviceTrustScore,
- String? hashedAccountEmailAddress,
- List<
IssuingNetworkTokenWalletProviderReasonCodesItem> ? reasonCodes, - IssuingNetworkTokenWalletProviderSuggestedDecision? suggestedDecision,
- 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,
});