CheckType enum

Тип проверки карты

Для всех карт выполняется списание на 0р.

Inheritance

Constructors

CheckType()
const

Values

no → const CheckType

NO – сохранить карту без проверок. Rebill ID для рекуррентных платежей не возвращается.

hold → const CheckType

HOLD – при сохранении сделать списание на 0 руб.* RebillID возвращается для терминалов без поддержки 3DS.

threeDS → const CheckType

3DS – при сохранении карты выполнить проверку 3DS и выполнить списание на 0 р.* В этом случае RebillID будет только для 3DS карт. Карты, не поддерживающие 3DS, привязаны не будут.

threeDSHold → const CheckType

3DSHOLD – при привязке карты выполняем проверку, поддерживает карта 3DS или нет.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<CheckType>
A constant List of the values in this enum, in order of their declaration.