PaymentSource class abstract

Источник оплаты

Implementers

Constructors

PaymentSource()
Источник оплаты
const
PaymentSource.applePay(String token)
Тип оплаты с помощью Apple Pay
const
factory
PaymentSource.attachedCard({required String? cardId, required String? cvv})
Данные привязанной карты на основе cardId
factory
PaymentSource.attachedRebill({required String? rebillId})
Данные привязанной карты на основе rebillId
factory
PaymentSource.card({required String pan, required String expDate, required String cvv, String? cardHolder})
Данные карты
factory
PaymentSource.googlePay(String token)
Тип оплаты с помощью Google Pay
const
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cardData(String publicKey) String
Зашифрованные данные карты
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