Classes
The following classes are available globally.
-
Data for payment via Yandex.Money from the attached Bank card.
See moreDeclaration
Swift
public class PaymentInstrumentDataYandexMoneyLinkedBankCard : PaymentMethodData
-
Data for payment via Yandex.Money from the wallet account. The wallet ID will be determined by the authorization data of the request.
See moreDeclaration
Swift
public class PaymentInstrumentDataYandexMoneyWallet : PaymentMethodData
-
Data required to create a payment method that the user will pay.
See moreDeclaration
Swift
public class PaymentMethodData : Codable
-
Payment method data for ApplePay.
See moreDeclaration
Swift
public class PaymentMethodDataApplePay : PaymentMethodData
-
Data for payment by bank card.
See moreDeclaration
Swift
public class PaymentMethodDataBankCard : PaymentMethodData
-
Payment method data for Sberbank.
See moreDeclaration
Swift
public class PaymentMethodDataSberbank : PaymentMethodData
-
The payment method is a linked bank card of Yandex.Money.
See moreDeclaration
Swift
public class PaymentInstrumentYandexMoneyLinkedBankCard : PaymentOptionYandexMoneyInstrument
-
Method of payment through Yandex.Money.
See moreDeclaration
Swift
public class PaymentInstrumentYandexMoneyWallet : PaymentOptionYandexMoneyInstrument
-
Definition of payment method:
- payment type.
- the ways of its confirmation.
- the availability and Commission rate to the buyer.
Declaration
Swift
public class PaymentOption : Codable
-
The type of the source of funds for payments from the Yandex.Money
See moreDeclaration
Swift
public class PaymentOptionYandexMoneyInstrument : PaymentOption