AvsCode enum

AVS Response Сode - код ответа AVS-проверки (проверка адреса и почтового индекса держателя карты).

Inheritance

Constructors

AvsCode()
const

Values

a → const AvsCode

почтовый индекс и адрес совпадают

b → const AvsCode

адрес совпадает, почтовый индекс не совпадает

c → const AvsCode

почтовый индекс совпадает, адрес не совпадает

d → const AvsCode

почтовый индекс и адрес не совпадают

e → const AvsCode

проверка данных запрошена, но результат неуспешен

f → const AvsCode

некорректный формат запроса AVS/AVV проверки

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