Status enum

Статус в ответе на запрос методов

Status

Inheritance

Constructors

Status()
const

Values

newest → const Status

NEW - Создан

formShowed → const Status

FORM_SHOWED - Платежная форма открыта покупателем

deadlineExpired → const Status

DEADLINE_EXPIRED - Просрочен

canceled → const Status

CANCELED - Отменен

preAuthorizing → const Status

PREAUTHORIZING - Проверка платежных данных

authorizing → const Status

AUTHORIZING - Резервируется

authorized → const Status

AUTHORIZED - Зарезервирован

authFail → const Status

AUTH_FAIL - Не прошел авторизацию

rejected → const Status

REJECTED - Отклонен

threeDsChecking → const Status

3DS_CHECKING - Проверяется по протоколу 3-D Secure

threeDsChecked → const Status

3DS_CHECKED - Проверен по протоколу 3-D Secure

reversing → const Status

REVERSING - Резервирование отменяется

partialReversed → const Status

PARTIAL_REVERSED - Резервирование отменено частично

reversed → const Status

REVERSED - Резервирование отменено

confirming → const Status

CONFIRMING - Подтверждается

confirmed → const Status

CONFIRMED - Подтвержден

refunding → const Status

REFUNDING - Возвращается

partialRefunded → const Status

PARTIAL_REFUNDED - Возвращен частично

refunded → const Status

REFUNDED - Возвращен полностью

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<Status>
A constant List of the values in this enum, in order of their declaration.