bankAccountType property

  1. @BuiltValueField.new(wireName: r'bankAccountType')
AchDetailsBankAccountTypeEnum? get bankAccountType

The bank account type (checking, savings...).

Implementation

@BuiltValueField(wireName: r'bankAccountType')
AchDetailsBankAccountTypeEnum? get bankAccountType;