YooMoneyInstrumentType

public enum YooMoneyInstrumentType : String, Codable

The type of the source of funds for payments from the YooMoney.

  • Payment from the account of YooMoney.

    Declaration

    Swift

    case wallet
  • Payment from linked bank card of YooMoney.

    Declaration

    Swift

    case linkedBankCard = "linked_bank_card"