IssuingNetworkTokenWalletProvider class final
IssuingNetworkTokenWalletProvider
Constructors
-
IssuingNetworkTokenWalletProvider({String? accountId, int? accountTrustScore, IssuingNetworkTokenWalletProviderCardNumberSource? cardNumberSource, IssuingNetworkTokenAddress? cardholderAddress, String? cardholderName, int? deviceTrustScore, String? hashedAccountEmailAddress, List<
IssuingNetworkTokenWalletProviderReasonCodesItem> ? reasonCodes, IssuingNetworkTokenWalletProviderSuggestedDecision? suggestedDecision, String? suggestedDecisionVersion}) -
IssuingNetworkTokenWalletProvider
const
- IssuingNetworkTokenWalletProvider.fromJson(Object? json)
-
factory
Properties
- accountId → String?
-
final
- accountTrustScore → int?
-
final
- cardholderAddress → IssuingNetworkTokenAddress?
-
final
- cardholderName → String?
-
final
- cardNumberSource → IssuingNetworkTokenWalletProviderCardNumberSource?
-
final
- deviceTrustScore → int?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashedAccountEmailAddress → String?
-
final
-
reasonCodes
→ List<
IssuingNetworkTokenWalletProviderReasonCodesItem> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- suggestedDecision → IssuingNetworkTokenWalletProviderSuggestedDecision?
-
final
- suggestedDecisionVersion → String?
-
final
Methods
-
encodeWith<
V> (Encoder< V> encoder) → V -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, Object?> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
encode<
V> (IssuingNetworkTokenWalletProvider instance, Encoder< V> encoder) → V