BankAccountType

public enum BankAccountType : Hashable

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

  • Checking account

    Declaration

    Swift

    case CHECKING
  • Savings account

    Declaration

    Swift

    case SAVINGS
  • Other bank account

    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)