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