checking constant

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

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

Implementation

@BuiltValueEnumConst(wireName: r'checking')
static const BankAccountV3AccountIdentificationAccountTypeEnum checking = _$bankAccountV3AccountIdentificationAccountTypeEnum_checking;