viewAllForEntityUUID method

ResponseFuture<DebitNotesList> viewAllForEntityUUID(
  1. IdentifierUUID request, {
  2. CallOptions? options,
})

Returns all records belonging to a specific organization/entity UUID.

Implementation

$grpc.ResponseFuture<$0.DebitNotesList> viewAllForEntityUUID(
  $1.IdentifierUUID request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$viewAllForEntityUUID, request, options: options);
}