downloadByUUID method

ResponseFuture<StandardFile> downloadByUUID(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

Download credit note with the given IdentifierUUID (can be used to allow public downloads)

Implementation

$grpc.ResponseFuture<$1.StandardFile> downloadByUUID(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$downloadByUUID, request, options: options);
}