reorderDebitNoteItems method
ResponseFuture<IdentifierResponse>
reorderDebitNoteItems(
- ReorderItemsRequest request, {
- CallOptions? options,
Reorder items in a debit note
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> reorderDebitNoteItems(
$1.ReorderItemsRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$reorderDebitNoteItems, request, options: options);
}