accountType property

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

Indicates the type of account. For example, for a multi-account card product. Allowed values: * notApplicable * credit * debit

Implementation

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