addDebitNoteReference_Pre method

Future<IdentifierResponse> addDebitNoteReference_Pre(
  1. ServiceCall $call,
  2. Future<DebitNotesServiceReferenceCreateRequest> $request
)

Implementation

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