PaymentMethodTypes class

Способы оплаты, доступные пользователю в приложении.

Annotations

Constructors

PaymentMethodTypes({required Set<PaymentMethodType> rawValue})
Способы оплаты, доступные пользователю в приложении.
const
PaymentMethodTypes.all()
All the available methods.
const
PaymentMethodTypes.applePay()
Apple Pay
const
PaymentMethodTypes.bankCard()
Any Bank card.
const
PaymentMethodTypes.googlePay()
Google Pay
const
PaymentMethodTypes.sberbank()
Sberbank Online
const
PaymentMethodTypes.yooMoney()
YooMoney Wallet.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
no setter
rawValue Set<PaymentMethodType>
Платежные типы PaymentMethodType, через которые возможна оплата в ЮКассе
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.

Operators

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