yandex_checkout_flutter library
Classes
-
Amount
-
Payment amount.
-
Cancel
-
3Ds cancel
-
Currency
-
Currency for checkout. It has the following values RUB, USD, BYN, UAH.
-
Error
-
3Ds completed with error
-
GooglePayParameters
-
Settings for Google Pay payment method. This class is one of the parameters of PaymentParameters.
It has the following values AMEX, DISCOVER, JCB, MASTERCARD, VISA, INTERAC, OTHER.
If no value is specified, the default set will be use.
-
MockConfiguration
-
Mock configuration. This parameters can be used only in offline test mode
-
PaymentMethodType
-
Type of selected payment method. It has the following values YANDEX_MONEY, GOOGLE_PAY, BANK_CARD, SBERBANK.
-
PaymentParameters
-
Wrapper for payment parameters.
-
Result
-
Is sealed class. Extended classes TokenizationResult,
ErrorResult
, CancelResult
.
-
Result3ds
-
Is sealed class for 3Ds. Extended classes Success, Cancel, Error.
-
SavePaymentMethod
-
There are three options for this setting. It has the following values ON, OFF, SELECT.
-
Success
-
3Ds ended success
-
TestParameters
-
Wrapper for test parameters.
-
TokenizationResult
-
Result for payment tokenization.
-
YandexCheckout
-
Is singleton class for working with Yandex Checkout native API.