SaveAccountType

public enum SaveAccountType : String, Codable, Sendable

The type of account that can be created or updated.

  • Undocumented

    Declaration

    Swift

    case checking
  • Undocumented

    Declaration

    Swift

    case savings
  • Undocumented

    Declaration

    Swift

    case cash
  • Undocumented

    Declaration

    Swift

    case creditCard
  • Undocumented

    Declaration

    Swift

    case otherAsset
  • Undocumented

    Declaration

    Swift

    case otherLiability