StoreAndForward class abstract
StoreAndForward
Properties:
- maxAmount - The maximum amount that the terminal accepts for a single store-and-forward payment.
- maxPayments - The maximum number of store-and-forward transactions per terminal that you can process while offline.
- supportedCardTypes - The type of card for which the terminal accepts store-and-forward payments. You can specify multiple card types.
- Annotations
-
- @BuiltValue.new()
Constructors
- StoreAndForward([void updates(StoreAndForwardBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
maxAmount
→ BuiltList<
MinorUnitsMonetaryValue> ? -
The maximum amount that the terminal accepts for a single store-and-forward payment.
no setter
- maxPayments → int?
-
The maximum number of store-and-forward transactions per terminal that you can process while offline.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- supportedCardTypes → SupportedCardTypes?
-
The type of card for which the terminal accepts store-and-forward payments. You can specify multiple card types.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(StoreAndForwardBuilder)) → StoreAndForward -
Rebuilds the instance.
inherited
-
toBuilder(
) → StoreAndForwardBuilder -
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<
StoreAndForward> -
no setter