uploadCreditNoteItems method

ResponseFuture<IdentifiersList> uploadCreditNoteItems(
  1. IdentifierUUIDWithFile request, {
  2. CallOptions? options,
})

Upload items using a CSV file. This is an idempotent operation. All the existing items are deleted before adding the items from the file.

Implementation

$grpc.ResponseFuture<$1.IdentifiersList> uploadCreditNoteItems(
  $1.IdentifierUUIDWithFile request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$uploadCreditNoteItems, request, options: options);
}