fareBasisCode property
The fare basis code, alphanumeric. * minLength: 1 character * maxLength: 15 characters * Must not start with a space or be all spaces. * Must not be all zeros.
Implementation
@BuiltValueField(wireName: r'fareBasisCode')
String? get fareBasisCode;