Source enum Null safety
Источник платежа.
Constants
- applePay → const Source
-
ApplePay
@JsonValue('ApplePay')const Source(1)
- cards → const Source
-
Cards – банковские карты
@JsonValue('Cards')const Source(0)
- googlePay → const Source
-
GooglePay
@JsonValue('GooglePay')const Source(2)
-
values
→ const List<
Source> -
A constant List of the values in this enum, in order of their declaration.
const List<
Source>
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited