OfflineProcessing class abstract

OfflineProcessing

Properties:

  • chipFloorLimit - The maximum offline transaction amount for chip cards, in the processing currency and specified in minor units.
  • offlineSwipeLimits - The maximum offline transaction amount for swiped cards, in the specified currency.
Annotations
  • @BuiltValue.new()

Constructors

OfflineProcessing([void updates(OfflineProcessingBuilder b)])
factory

Properties

chipFloorLimit int?
The maximum offline transaction amount for chip cards, in the processing currency and specified in minor units.
no setter
hashCode int
The hash code for this object.
no setterinherited
offlineSwipeLimits → BuiltList<MinorUnitsMonetaryValue>?
The maximum offline transaction amount for swiped cards, in the specified currency.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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