credit constant

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

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

Implementation

@BuiltValueEnumConst(wireName: r'credit')
static const AccountInfoAccountTypeEnum credit = _$accountInfoAccountTypeEnum_credit;