OrderResponse constructor

OrderResponse({
  1. String? orderId,
})

Implementation

OrderResponse({this.orderId});