InvestmentAccountSubtype enum
Values
- swaggerGeneratedUnknown → const InvestmentAccountSubtype
- value_529 → const InvestmentAccountSubtype
- value_401a → const InvestmentAccountSubtype
- value_401k → const InvestmentAccountSubtype
- value_403b → const InvestmentAccountSubtype
- value_457b → const InvestmentAccountSubtype
- brokerage → const InvestmentAccountSubtype
- cashIsa → const InvestmentAccountSubtype
- cryptoExchange → const InvestmentAccountSubtype
- educationSavingsAccount → const InvestmentAccountSubtype
- fixedAnnuity → const InvestmentAccountSubtype
- gic → const InvestmentAccountSubtype
- healthReimbursementArrangement → const InvestmentAccountSubtype
- hsa → const InvestmentAccountSubtype
- ira → const InvestmentAccountSubtype
- isa → const InvestmentAccountSubtype
- keogh → const InvestmentAccountSubtype
- lif → const InvestmentAccountSubtype
- lifeInsurance → const InvestmentAccountSubtype
- lira → const InvestmentAccountSubtype
- lrif → const InvestmentAccountSubtype
- lrsp → const InvestmentAccountSubtype
- mutualFund → const InvestmentAccountSubtype
- nonCustodialWallet → const InvestmentAccountSubtype
- nonTaxableBrokerageAccount → const InvestmentAccountSubtype
- other → const InvestmentAccountSubtype
- otherAnnuity → const InvestmentAccountSubtype
- otherInsurance → const InvestmentAccountSubtype
- pension → const InvestmentAccountSubtype
- prif → const InvestmentAccountSubtype
- profitSharingPlan → const InvestmentAccountSubtype
- qshr → const InvestmentAccountSubtype
- rdsp → const InvestmentAccountSubtype
- resp → const InvestmentAccountSubtype
- retirement → const InvestmentAccountSubtype
- rlif → const InvestmentAccountSubtype
- roth → const InvestmentAccountSubtype
- roth401k → const InvestmentAccountSubtype
- rrif → const InvestmentAccountSubtype
- rrsp → const InvestmentAccountSubtype
- sarsep → const InvestmentAccountSubtype
- sepIra → const InvestmentAccountSubtype
- simpleIra → const InvestmentAccountSubtype
- sipp → const InvestmentAccountSubtype
- stockPlan → const InvestmentAccountSubtype
- tfsa → const InvestmentAccountSubtype
- trust → const InvestmentAccountSubtype
- ugma → const InvestmentAccountSubtype
- utma → const InvestmentAccountSubtype
- variableAnnuity → const InvestmentAccountSubtype
- all → const InvestmentAccountSubtype
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
InvestmentAccountSubtype> - A constant List of the values in this enum, in order of their declaration.