addDebitNoteReference_Pre method
Future<IdentifierResponse>
addDebitNoteReference_Pre(
- ServiceCall $call,
- Future<
DebitNotesServiceReferenceCreateRequest> $request
Implementation
$async.Future<$1.IdentifierResponse> addDebitNoteReference_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.DebitNotesServiceReferenceCreateRequest>
$request) async {
return addDebitNoteReference($call, await $request);
}