debit constant

  1. @BuiltValueEnumConst.new(wireName: r'debit')
AccountInfoAccountTypeEnum const debit

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

Implementation

@BuiltValueEnumConst(wireName: r'debit')
static const AccountInfoAccountTypeEnum debit = _$accountInfoAccountTypeEnum_debit;