addMultipleDebitNoteItems method
ResponseFuture<IdentifierResponse>
addMultipleDebitNoteItems(
- DebitNotesServiceMultipleItemsCreateRequest request, {
- CallOptions? options,
Add multiple items to a debit note
Implementation
$grpc.ResponseFuture<$1.IdentifierResponse> addMultipleDebitNoteItems(
$0.DebitNotesServiceMultipleItemsCreateRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$addMultipleDebitNoteItems, request,
options: options);
}