addDebitNoteReference method

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

Add a reference

Implementation

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