PaymentMethod enum
Признак способа расчета
Constants
- advance → const PaymentMethod
-
advance — аванс
@JsonValue('advance')const PaymentMethod(3)
- credit → const PaymentMethod
-
credit — передача в кредит
@JsonValue('credit')const PaymentMethod(5)
- creditPayment → const PaymentMethod
-
credit_payment — оплата кредита
@JsonValue('credit_payment')const PaymentMethod(6)
- fullPayment → const PaymentMethod
-
full_payment — полный расчет
@JsonValue('full_payment')const PaymentMethod(0)
- fullPrepayment → const PaymentMethod
-
full_prepayment — предоплата 100%
@JsonValue('full_prepayment')const PaymentMethod(1)
- partialPayment → const PaymentMethod
-
partial_payment — частичный расчет и кредит
@JsonValue('partial_payment')const PaymentMethod(4)
- prepayment → const PaymentMethod
-
prepayment — предоплата
@JsonValue('prepayment')const PaymentMethod(2)
-
values
→ const List<
PaymentMethod> -
A constant List of the values in this enum, in order of their declaration.
const List<
PaymentMethod>
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