viewDebitNoteReferenceByID method

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

View a reference for the given ID

Implementation

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