downloadItemsAsCSV method
CSV operations Download the CSV file with the associated line items. The same file could then be used to upload line items.
Implementation
$grpc.ResponseFuture<$1.StandardFile> downloadItemsAsCSV(
$1.IdentifierUUID request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$downloadItemsAsCSV, request, options: options);
}