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