TransactionRuleSource class abstract
TransactionRuleSource
Properties:
- id - ID of the resource, when applicable.
- 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
- TransactionRuleSource([void updates(TransactionRuleSourceBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
ID of the resource, when applicable.
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(TransactionRuleSourceBuilder)) → TransactionRuleSource -
Rebuilds the instance.
inherited
-
toBuilder(
) → TransactionRuleSourceBuilder -
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<
TransactionRuleSource> -
no setter