NetworkTokenRiskRuleSource class abstract
NetworkTokenRiskRuleSource
Properties:
- id - The unique identifier of the resource to which the transaction rule applies.
- type - Indicates the type of resource for which the transaction rule is defined. Possible values: * PaymentInstrumentGroup * PaymentInstrument * BalancePlatform * EntityUsageConfiguration * PlatformRule: The transaction rule is a platform-wide rule imposed by Adyen.
- Annotations
-
- @BuiltValue.new()
Constructors
- NetworkTokenRiskRuleSource([void updates(NetworkTokenRiskRuleSourceBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The unique identifier of the resource to which the transaction rule applies.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String?
-
Indicates the type of resource for which the transaction rule is defined. Possible values: * PaymentInstrumentGroup * PaymentInstrument * BalancePlatform * EntityUsageConfiguration * PlatformRule: The transaction rule is a platform-wide rule imposed by Adyen.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(NetworkTokenRiskRuleSourceBuilder)) → NetworkTokenRiskRuleSource -
Rebuilds the instance.
inherited
-
toBuilder(
) → NetworkTokenRiskRuleSourceBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
NetworkTokenRiskRuleSource> -
no setter