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