AccountType

public enum AccountType : String, Codable

The type of account.

  • Consumer account type.

    Declaration

    Swift

    case consumer = "CONSUMER"
  • Business account type.

    Declaration

    Swift

    case business = "BUSINESS"
  • Stakeholder account type.

    Declaration

    Swift

    case stakeholder = "STAKEHOLDER"
  • Cardholder account type.

    Declaration

    Swift

    case cardholder = "CARDHOLDER"