accountType property

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

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

Implementation

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