accountType property

  1. @BuiltValueField.new(wireName: r'accountType')
CALocalAccountIdentificationAccountTypeEnum? get accountType

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

Implementation

@BuiltValueField(wireName: r'accountType')
CALocalAccountIdentificationAccountTypeEnum? get accountType;