WebApiModulesTransfersTransferOrderToggleTransferOrderResponse constructor
WebApiModulesTransfersTransferOrderToggleTransferOrderResponse({
- WebApiModulesTransfersTransferOrderTransferOrder? transfer,
- int? status,
- bool? success,
- String? msg,
Implementation
WebApiModulesTransfersTransferOrderToggleTransferOrderResponse({
this.transfer,
this.status,
this.success,
this.msg,
});