StoreSplitConfiguration class abstract

StoreSplitConfiguration

Properties:

Annotations
  • @BuiltValue.new()

Constructors

StoreSplitConfiguration([void updates(StoreSplitConfigurationBuilder b)])
factory

Properties

balanceAccountId String?
The unique identifier of the balance account to which the split amount must be booked, depending on the defined split logic.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
splitConfigurationId String?
The unique identifier of the split configuration profile.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(StoreSplitConfigurationBuilder)) StoreSplitConfiguration
Rebuilds the instance.
inherited
toBuilder() StoreSplitConfigurationBuilder
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<StoreSplitConfiguration>
no setter