MethodChannelTpay class

Inheritance

Constructors

MethodChannelTpay()

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

configure(TpayConfiguration configuration) Future<Result>
Method used to configure Tpay UI Module Returns ConfigurationSuccess when successful.
override
configureGooglePayUtils(GooglePayUtilsConfiguration googlePayUtilsConfiguration) Future<GooglePayConfigureResult>
Method used to configure Google Pay utils
override
getAvailablePaymentChannels() Future<PaymentChannelsResult>
Method used to fetch payment channels from Tpay
override
isGooglePayAvailable() Future<bool>
Method used to check if Google Pay is available
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openGooglePay() Future<GooglePayOpenResult>
Method used to open Google Pay
override
screenlessAmbiguousBLIKPayment(AmbiguousBLIKPayment ambiguousBLIKPayment) Future<ScreenlessResult>
Method used to continue BLIK one click payment if ambiguous aliases were returned
override
screenlessApplePayPayment(ApplePayPayment applePayPayment) Future<ScreenlessResult>
Method used to start screenless Apple Pay payment
override
screenlessBLIKPayment(BLIKPayment blikPayment) Future<ScreenlessResult>
Method used to start screenless BLIK payment
override
screenlessCreditCardPayment(CreditCardPayment creditCardPayment) Future<ScreenlessResult>
Method used to start screenless credit card payment
override
screenlessGooglePayPayment(GooglePayPayment googlePayPayment) Future<ScreenlessResult>
Method used to start screenless Google Pay payment
override
screenlessRatyPekaoPayment(RatyPekaoPayment ratyPekaoPayment) Future<ScreenlessResult>
Method used to start screenless Raty Pekao payment
override
screenlessTransferPayment(TransferPayment transferPayment) Future<ScreenlessResult>
Method used to start screenless transfer payment
override
startCardTokenPayment(TokenPayment tokenPayment) Future<Result>
Method used to start credit card token payment with Tpay UI Module
override
startPayment(SingleTransaction transaction) Future<Result>
Method used to start standard payment with Tpay UI Module
override
tokenizeCard(Tokenization tokenization) Future<Result>
Method used to tokenize credit card with Tpay UI Module
override
toString() String
A string representation of this object.
inherited

Operators

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