SellThruStockDeliverySubmitModelResponse constructor
SellThruStockDeliverySubmitModelResponse({
- List<
SellThruStockDeliverySubmitModelByModeList> ? paymentCollectionByModeList, - String? transactionId,
- List<
Details> ? details, - TotalCollectedAmount? totalCollectedAmount,
- PaymentTransactionStatus? paymentTransactionStatus,
- dynamic paymentCollectionOrderId,
- dynamic notificationRecipientId,
Implementation
SellThruStockDeliverySubmitModelResponse(
{this.paymentCollectionByModeList,
this.transactionId,
this.details,
this.totalCollectedAmount,
this.paymentTransactionStatus,
this.paymentCollectionOrderId,
this.notificationRecipientId});