public virtual global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse GetSettledTransactionsReport(global::HOLMS.Types.Reporting.RPC.CardCaptureReportSvcGetSettledTransactionsRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetSettledTransactionsReport(request, new CallOptions(headers, deadline, cancellationToken)));
 }
 public virtual AsyncUnaryCall <global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse> GetSettledTransactionsReportAsync(global::HOLMS.Types.Reporting.RPC.CardCaptureReportSvcGetSettledTransactionsRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetSettledTransactionsReport, null, options, request));
 }
 public virtual global::System.Threading.Tasks.Task <global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse> GetSettledTransactionsReport(global::HOLMS.Types.Reporting.RPC.CardCaptureReportSvcGetSettledTransactionsRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }
 public virtual global::HOLMS.Types.Reporting.RPC.CardCaptureReportingSvcReportResponse GetSettledTransactionsReport(global::HOLMS.Types.Reporting.RPC.CardCaptureReportSvcGetSettledTransactionsRequest request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetSettledTransactionsReport, null, options, request));
 }