Standalone class abstract

Standalone

Properties:

  • currencyCode - The default currency of the standalone payment terminal as an ISO 4217 currency code.
  • enableGratuities - Indicates whether the tipping options specified in gratuities are enabled on the standalone terminal.
  • enableStandalone - Enable standalone mode.
Annotations
  • @BuiltValue.new()

Constructors

Standalone([void updates(StandaloneBuilder b)])
factory

Properties

currencyCode String?
The default currency of the standalone payment terminal as an ISO 4217 currency code.
no setter
enableGratuities bool?
Indicates whether the tipping options specified in gratuities are enabled on the standalone terminal.
no setter
enableStandalone bool?
Enable standalone mode.
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

Methods

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