TokenizationSettings

public struct TokenizationSettings

Tokenization settings.

  • Type of the source of funds for the payment.

    Declaration

    Swift

    public let paymentMethodTypes: PaymentMethodTypes
  • A Boolean value that determines whether Yandex checkout logo will be displayed on the screen of available payment methods.

    Declaration

    Swift

    public let showYandexCheckoutLogo: Bool
  • Creates instance of TokenizationSettings.

    Declaration

    Swift

    public init(paymentMethodTypes: PaymentMethodTypes = .all,
                showYandexCheckoutLogo: Bool = true)

    Parameters

    paymentMethodTypes

    Type of the source of funds for the payment.

    showYandexCheckoutLogo

    A Boolean value that determines whether Yandex checkout logo will be displayed on the screen of available payment methods.

    Return Value

    Instance of TokenizationSettings