CardType

public enum CardType : Hashable

Representation of an enumeration depicting the card type of a [CreditCardFundingSource], in the Sudo Platform Virtual Cards SDK.

  • Credit Card funding source

    Declaration

    Swift

    case CREDIT
  • Debit Card funding source

    Declaration

    Swift

    case DEBIT
  • Prepaid card funding source

    Declaration

    Swift

    case PREPAID
  • Other card funding source type

    Declaration

    Swift

    case OTHER
  • Backwards compatibility guard for catching new enum values added by the service - check you have the latest version of the SDK

    Declaration

    Swift

    case UNKNOWN(String)