viewDebitNoteReferences method

ResponseFuture<DebitNoteReferencesList> viewDebitNoteReferences(
  1. Identifier request, {
  2. CallOptions? options,
})

View all references for given debit note ID

Implementation

$grpc.ResponseFuture<$0.DebitNoteReferencesList> viewDebitNoteReferences(
  $1.Identifier request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewDebitNoteReferences, request,
      options: options);
}