accountType property
- @BuiltValueField.new(wireName: r'accountType')
The bank account type. Possible values: checking or savings. Defaults to checking.
Implementation
@BuiltValueField(wireName: r'accountType')
CALocalAccountIdentificationAccountTypeEnum? get accountType;