viewProspectiveDebitNoteItem_Pre method
Future<DebitNotesServiceItemCreateRequest>
viewProspectiveDebitNoteItem_Pre(
- ServiceCall $call,
- Future<
DebitNoteItemProspectiveInfoRequest> $request
Implementation
$async.Future<$0.DebitNotesServiceItemCreateRequest>
viewProspectiveDebitNoteItem_Pre(
$grpc.ServiceCall $call,
$async.Future<$0.DebitNoteItemProspectiveInfoRequest>
$request) async {
return viewProspectiveDebitNoteItem($call, await $request);
}