documentType property
A code that identifies the type of item bought. The description of the code can appear on credit card statements. * Encoding: ASCII * Example: Passenger ticket = 01 * minLength: 2 characters * maxLength: 2 characters
Implementation
@BuiltValueField(wireName: r'documentType')
String? get documentType;