outgoingdeliveryinstructionsPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> outgoingdeliveryinstructionsPreviewGet()

Implementation

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

  return _outgoingdeliveryinstructionsPreviewGet();
}