Classes
The following classes are available globally.
-
Data for payment via YooMoney from the attached Bank card.
See moreDeclaration
Swift
public class PaymentInstrumentDataYooMoneyLinkedBankCard : PaymentMethodData
-
Data for payment via YooMoney from the wallet account. The wallet ID will be determined by the authorization data of the request.
See moreDeclaration
Swift
public class PaymentInstrumentDataYooMoneyWallet : 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 YooMoney.
See moreDeclaration
Swift
public class PaymentInstrumentYooMoneyLinkedBankCard : PaymentOptionYooMoneyInstrument
-
Method of payment through YooMoney.
See moreDeclaration
Swift
public class PaymentInstrumentYooMoneyWallet : PaymentOptionYooMoneyInstrument
-
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 YooMoney
See moreDeclaration
Swift
public class PaymentOptionYooMoneyInstrument : PaymentOption
-
Request for tokenization of the buyer’s payment data for subsequent payment.
See moreDeclaration
Swift
public class TokensRequest : Codable
-
Request the tokenization of the buyer’s payment data required to create a payment method (payment_method) to be paid by the user.
See moreDeclaration
Swift
public final class TokensRequestPaymentMethodData : TokensRequest
-
Request tokenization of saved payment method data.
See moreDeclaration
Swift
public final class TokensRequestPaymentMethodId : TokensRequest