AttachedCardData class

Данные привязанной карты

Implemented types
Annotations
  • @immutable

Constructors

AttachedCardData.card({required String? cardId, required String? cvv})
Создать привязанную карту на основе cardId
AttachedCardData.rebill({required String? rebillId})
Создать привязанную карту на основе rebillId

Properties

cardId String?
Номер карты
final
cvv String?
Код защиты
final
equals Map<String, Object?>
Comparison objects
no setter
hashCode int
The hash code for this object.
no setterinherited
rebillId String?
Идентификатор рекуррентного платежа в системе банка
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cardData(String publicKey) String
Зашифрованные данные карты
override
compareLists<R>(List<R>? list1, List<R>? list2) bool
Determines whether list1 and list2 are equal.
inherited
encode(String publicKey) String
Метод шифрует данные карты
override
genHash<R>(Iterable<R>? values) int
Returns a hashCode for equals.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validate() → void
Метод проверяет валидность данных
override

Operators

operator ==(Object other) bool
The equality operator.
inherited