incomingdeliveryinstructionsPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> incomingdeliveryinstructionsPreviewGet()

Implementation

Future<chopper.Response<FwStandardSqlServerFwJsonDataTable>>
    incomingdeliveryinstructionsPreviewGet() {
  generatedMapping.putIfAbsent(FwStandardSqlServerFwJsonDataTable,
      () => FwStandardSqlServerFwJsonDataTable.fromJsonFactory);

  return _incomingdeliveryinstructionsPreviewGet();
}