CreateOrderResponse constructor
CreateOrderResponse({})
Implementation
CreateOrderResponse({
required this.success,
this.order,
this.orderId,
this.orderSn,
this.outOrderSn,
this.totalAmount,
this.totalQuantity,
this.message,
});