addDebitNoteItem method

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

Add an item to a debit note

Implementation

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