transferorderTransferidDocumentDocumentidImageImageidGet method
Future<Response<FwStandardGridsAppDocumentGetDocumentImageResponse> >
transferorderTransferidDocumentDocumentidImageImageidGet({})
Get a fullsize image. @param transferid Unique identifier @param documentid Unique identifier @param imageid Unique identifier
Implementation
Future<chopper.Response<FwStandardGridsAppDocumentGetDocumentImageResponse>>
transferorderTransferidDocumentDocumentidImageImageidGet({
required String? transferid,
required String? documentid,
required String? imageid,
}) {
generatedMapping.putIfAbsent(
FwStandardGridsAppDocumentGetDocumentImageResponse,
() => FwStandardGridsAppDocumentGetDocumentImageResponse.fromJsonFactory,
);
return _transferorderTransferidDocumentDocumentidImageImageidGet(
transferid: transferid,
documentid: documentid,
imageid: imageid,
);
}