TenderCardDetailsEntryMethod enum
Indicates the method used to enter the card's details.
Values
- swiped → const TenderCardDetailsEntryMethod
-
The card was swiped through a Square hardware.
- keyed → const TenderCardDetailsEntryMethod
-
The card information was keyed manually into Square Point of Sale or a Square-hosted form.
- emv → const TenderCardDetailsEntryMethod
-
The card was processed via EMV with a Square hardware.
- onFile → const TenderCardDetailsEntryMethod
-
The buyer's card details were already on file with Square.
- contactless → const TenderCardDetailsEntryMethod
-
The card was processed via a contactless (i.e., NFC) transaction with a Square hardware.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
TenderCardDetailsEntryMethod> - A constant List of the values in this enum, in order of their declaration.