QueryType

public enum QueryType : String

Representation of the transfer method’s type

  • When the transfer method is Bank Account

    Declaration

    Swift

    case bankAccount = "BANK_ACCOUNT"
  • When the transfer method is Bank Card

    Declaration

    Swift

    case bankCard = "BANK_CARD"
  • When the transfer method is PayPal Account

    Declaration

    Swift

    case payPalAccount = "PAYPAL_ACCOUNT"
  • When the transfer method is Wire Account

    Declaration

    Swift

    case wireAccount = "WIRE_ACCOUNT"
  • When the transfer method is Prepaid Card

    Declaration

    Swift

    case prepaidCard = "PREPAID_CARD"
  • When the transfer method is Venmo Account

    Declaration

    Swift

    case venmoAccount = "VENMO_ACCOUNT"
  • When the transfer method is Paper Check

    Declaration

    Swift

    case paperCheck = "PAPER_CHECK"