SensitiveCardData class abstract
This data structure could be CMS protected (EnvelopedData). In this case the data structure SensitiveCardData is replaced by the data structure ProtectedCardData of type ContentInformationType. When this data is protected, the exact content is unknown by the Sale System, and might include all the information which are required by an external backup POI Server to make a batch payment transaction in case of problem with the POI System. Sensitive information related to the payment card, entered or read by the Sale System.
Properties:
- PAN - Primary Account Number.
- cardSeqNumb - Card Sequence Number. If EntryMode is File, Keyed, or Manual.
- expiryDate - Date after which the card cannot be used. If EntryMode is File.
- trackData - Magnetic track or magnetic ink characters line. If EntryMode is MagStripe or RFID .
- Annotations
-
- @BuiltValue.new()
Constructors
- SensitiveCardData([void updates(SensitiveCardDataBuilder b)])
-
factory
Properties
- cardSeqNumb → int?
-
Card Sequence Number. If EntryMode is File, Keyed, or Manual.
no setter
- expiryDate → int?
-
Date after which the card cannot be used. If EntryMode is File.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- PAN → int?
-
Primary Account Number.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trackData
→ BuiltList<
TrackData> ? -
Magnetic track or magnetic ink characters line. If EntryMode is MagStripe or RFID .
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(SensitiveCardDataBuilder)) → SensitiveCardData -
Rebuilds the instance.
inherited
-
toBuilder(
) → SensitiveCardDataBuilder -
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<
SensitiveCardData> -
no setter