viewDebitNoteReferenceByID method
ResponseFuture<DebitNoteReference>
viewDebitNoteReferenceByID(
- Identifier request, {
- 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);
}