savings constant

  1. @BuiltValueEnumConst.new(wireName: r'savings')
BankAccountV3AccountIdentificationAccountTypeEnum const savings

The bank account type. Possible values: checking or savings. Defaults to checking.

Implementation

@BuiltValueEnumConst(wireName: r'savings')
static const BankAccountV3AccountIdentificationAccountTypeEnum savings = _$bankAccountV3AccountIdentificationAccountTypeEnum_savings;