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