File

src/app/enums/account-category.enum.ts

Index

Properties

Properties

Static Readonly CustomerEntered
Type : string
Default value : 'CustomerEntered'
Static Readonly FiVerified
Type : string
Default value : 'FiVerified'
export class AccountCategory {
  public static readonly FiVerified: string = 'FiVerified';
  public static readonly CustomerEntered: string = 'CustomerEntered';
}

results matching ""

    No results matching ""