customerOrderID property

  1. @BuiltValueField.new(wireName: r'CustomerOrderID')
String? get customerOrderID

Additional and optional identification of a customer order.

Implementation

@BuiltValueField(wireName: r'CustomerOrderID')
String? get customerOrderID;