Variable AchDebitDetailsAccountTypeConst

AchDebitDetailsAccountType: {
    CHECKING: "checking";
    SAVINGS: "savings";
    UNKNOWN: "unknown";
} = ...

Type declaration

  • Readonly CHECKING: "checking"
  • Readonly SAVINGS: "savings"
  • Readonly UNKNOWN: "unknown"

Generated using TypeDoc