customerLanguage property

  1. @BuiltValueField.new(wireName: r'CustomerLanguage')
String? get customerLanguage

The language of the customer that was used on the terminal screen or in text printed by the terminal. Format: two-character ISO 639:2023 format.

Implementation

@BuiltValueField(wireName: r'CustomerLanguage')
String? get customerLanguage;