Data constructor
Data({
- SellThruStockDeliverySubmitModelResponse? paymentCollectionResponse,
- StockUpdationResponse? stockUpdationResponse,
- OrderCreationResponse? orderCreationResponse,
Implementation
Data(
{this.paymentCollectionResponse,
this.stockUpdationResponse,
this.orderCreationResponse});