approveDebitNoteItem method
ResponseFuture<IdentifierResponse>
approveDebitNoteItem(
- IdentifierWithUserComment request, {
- 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);
}