uploadCreditNoteItems method
ResponseFuture<IdentifiersList>
uploadCreditNoteItems(
- IdentifierUUIDWithFile request, {
- 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);
}