customerOrderReq property
- @BuiltValueField.new(wireName: r'CustomerOrderReq')
List of customer order open, closed or both to be sent in the response messages. Possible values: * Both * Closed * Open
Implementation
@BuiltValueField(wireName: r'CustomerOrderReq')
BuiltList<LoginRequestCustomerOrderReqEnum>? get customerOrderReq;