outgoingshippinglabelPreviewGet method

Future<Response<FwStandardSqlServerFwJsonDataTable>> outgoingshippinglabelPreviewGet()

Implementation

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

  return _outgoingshippinglabelPreviewGet();
}