viewProspectiveDebitNoteItem method

ResponseFuture<DebitNotesServiceItemCreateRequest> viewProspectiveDebitNoteItem(
  1. DebitNoteItemProspectiveInfoRequest request, {
  2. CallOptions? options,
})

View prospective debit note item info for the given family ID and debit note ID

Implementation

$grpc.ResponseFuture<$0.DebitNotesServiceItemCreateRequest>
    viewProspectiveDebitNoteItem(
  $0.DebitNoteItemProspectiveInfoRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewProspectiveDebitNoteItem, request,
      options: options);
}