approveDebitNoteItem method

ResponseFuture<IdentifierResponse> approveDebitNoteItem(
  1. IdentifierWithUserComment request, {
  2. CallOptions? options,
})

Approve an item in a debit note

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> approveDebitNoteItem(
  $1.IdentifierWithUserComment request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$approveDebitNoteItem, request, options: options);
}