declaration property

  1. @BuiltValueField.new(wireName: r'Declaration')
String? get declaration

Declaration to present to the customer or the cashier for validation. If a declaration has to be presented to the customer.

Implementation

@BuiltValueField(wireName: r'Declaration')
String? get declaration;