modifyDebitNoteItem method
ResponseFuture<IdentifierResponse>
modifyDebitNoteItem(
- DebitNotesServiceItemUpdateRequest request, {
- CallOptions? options,
Modify an item in a debit note
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> modifyDebitNoteItem(
$0.DebitNotesServiceItemUpdateRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$modifyDebitNoteItem, request, options: options);
}