NetworkTokenNotificationDataV2Builder class
Constructors
Properties
- authentication ↔ TokenAuthenticationBuilder
-
getter/setter pair
- authenticationApplied ↔ bool?
-
getter/setter pair
- balancePlatform ↔ String?
-
getter/setter pair
- decision ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- paymentInstrumentId ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- schemeRiskScore ↔ String?
-
getter/setter pair
- status ↔ String?
-
getter/setter pair
- tokenLastFour ↔ String?
-
getter/setter pair
- tokenRequestor ↔ NetworkTokenRequestorBuilder
-
getter/setter pair
- transactionRulesResult ↔ NetworkTokenTransactionRulesResultBuilder
-
getter/setter pair
- type ↔ String?
-
getter/setter pair
-
validationFacts
↔ ListBuilder<
ValidationFacts> -
getter/setter pair
- wallet ↔ WalletBuilder
-
getter/setter pair
Methods
-
build(
) → NetworkTokenNotificationDataV2 -
Builds.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
replace(
NetworkTokenNotificationDataV2 other) → void -
Replaces the value in the builder with a new one.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
void updates(NetworkTokenNotificationDataV2Builder)?) → void -
Applies updates.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited